Skip to content

Commit

Permalink
Update dependency python to v3.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 8, 2024
1 parent 866ecf8 commit f6e62d8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/clean.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:

- uses: actions/setup-python@v5
with:
python-version: '3.11'
python-version: '3.13'
- run: python3 -m pip install --requirement=ci/requirements.txt

- name: Clean Docker hub tags
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:

- uses: actions/setup-python@v5
with:
python-version: '3.11'
python-version: '3.13'
- run: python3 -m pip install --requirement=ci/requirements.txt
- name: Environment information
run: c2cciutils-env
Expand Down Expand Up @@ -186,7 +186,7 @@ jobs:
# When we upgrade this we should also upgrade the requirements
# in the documentation: doc/integrator/requirements.rst
# and the first pyupgrade pre-commit hook in .pre-commit-config.yaml
python-version: '3.8'
python-version: '3.13'
- run: pip install --requirement=ci/requirements-project.txt
- run: docker compose version

Expand Down Expand Up @@ -220,7 +220,7 @@ jobs:

- uses: actions/setup-python@v5
with:
python-version: '3.10'
python-version: '3.13'
- run: pip install --requirement=ci/requirements-back.txt
- run: docker compose version

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/qgis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:

- uses: actions/setup-python@v5
with:
python-version: '3.11'
python-version: '3.13'
- run: python3 -m pip install --user --requirement=ci/requirements.txt

- run: scripts/get-version --auto-increment --github
Expand Down

0 comments on commit f6e62d8

Please sign in to comment.