Skip to content

Commit

Permalink
chore: bump python version to 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
ClemDoum committed Dec 6, 2024
1 parent 0a85d05 commit abd3ef9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-common.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Setup Python project
uses: actions/setup-python@v5
with:
python-version: 3.9
python-version: 3.10
cache: poetry
- name: Install Python project
run: cd icij-common && poetry install --with dev --sync
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-worker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Setup Python project
uses: actions/setup-python@v5
with:
python-version: 3.9
python-version: 3.10
cache: poetry
- name: Install Python project
run: cd icij-worker && poetry install --with dev --sync
Expand Down

0 comments on commit abd3ef9

Please sign in to comment.