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 Nov 2, 2024
1 parent 6d712dc commit 43b5c23
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 32 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/clean.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
sudo apt install --yes python3-wheel
- uses: actions/setup-python@v5
with:
python-version: '3.11'
python-version: '3.13'
- run: sudo python3 -m pip install --requirement=ci/requirements.txt
- name: Clean Docker hub tags
run: c2cciutils-clean
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,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

- uses: actions/cache@v4
Expand Down
31 changes: 2 additions & 29 deletions acceptance_tests/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion acceptance_tests/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ description = 'Not used'
authors = []

[tool.poetry.dependencies]
python = ">=3.10,<3.13"
python = ">=3.13,<3.14"
pytest = "8.2.0"
c2cwsgiutils = "6.0.8"
boltons = "24.0.0"
Expand Down

0 comments on commit 43b5c23

Please sign in to comment.