mirror of
https://github.com/trycua/computer.git
synced 2026-01-01 19:10:30 -06:00
bump agent (#143), computer-server, computer, mcp-server python version to 3.11
This commit is contained in:
2
.github/workflows/publish-agent.yml
vendored
2
.github/workflows/publish-agent.yml
vendored
@@ -56,7 +56,7 @@ jobs:
|
||||
- name: Set up Python
|
||||
uses: actions/setup-python@v4
|
||||
with:
|
||||
python-version: '3.10'
|
||||
python-version: '3.11'
|
||||
|
||||
- name: Update dependencies to latest versions
|
||||
id: update-deps
|
||||
|
||||
@@ -57,7 +57,7 @@ jobs:
|
||||
- name: Set up Python
|
||||
uses: actions/setup-python@v4
|
||||
with:
|
||||
python-version: '3.10'
|
||||
python-version: '3.11'
|
||||
|
||||
publish:
|
||||
needs: prepare
|
||||
|
||||
2
.github/workflows/publish-computer.yml
vendored
2
.github/workflows/publish-computer.yml
vendored
@@ -54,7 +54,7 @@ jobs:
|
||||
- name: Set up Python
|
||||
uses: actions/setup-python@v4
|
||||
with:
|
||||
python-version: '3.10'
|
||||
python-version: '3.11'
|
||||
|
||||
- name: Update dependencies to latest versions
|
||||
id: update-deps
|
||||
|
||||
2
.github/workflows/publish-mcp-server.yml
vendored
2
.github/workflows/publish-mcp-server.yml
vendored
@@ -59,7 +59,7 @@ jobs:
|
||||
- name: Set up Python
|
||||
uses: actions/setup-python@v4
|
||||
with:
|
||||
python-version: '3.10'
|
||||
python-version: '3.11'
|
||||
|
||||
- name: Update dependencies to latest versions
|
||||
id: update-deps
|
||||
|
||||
4
.github/workflows/reusable-publish.yml
vendored
4
.github/workflows/reusable-publish.yml
vendored
@@ -52,7 +52,7 @@ jobs:
|
||||
- name: Set up Python
|
||||
uses: actions/setup-python@v4
|
||||
with:
|
||||
python-version: '3.10'
|
||||
python-version: '3.11'
|
||||
|
||||
- name: Create root pdm.lock file
|
||||
run: |
|
||||
@@ -62,7 +62,7 @@ jobs:
|
||||
- name: Install PDM
|
||||
uses: pdm-project/setup-pdm@v3
|
||||
with:
|
||||
python-version: '3.10'
|
||||
python-version: '3.11'
|
||||
cache: true
|
||||
|
||||
- name: Set version
|
||||
|
||||
Reference in New Issue
Block a user