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] committed Nov 2, 2024
1 parent 78aa92b commit 0cbc6f1
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,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
2 changes: 1 addition & 1 deletion acceptance_tests/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.12.7 as base-all
FROM python:3.13.0 as base-all
LABEL maintainer "info@camptocamp.org"

# Fail on error on pipe, see: https://github.com/hadolint/hadolint/wiki/DL4006.
Expand Down
4 changes: 2 additions & 2 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 @@ -5,7 +5,7 @@ description = 'Not used'
authors = []

[tool.poetry.dependencies]
python = ">=3.12,<3.13"
python = ">=3.13,<3.14"

[tool.poetry.dev-dependencies]
c2cwsgiutils = { extras = ["tests"], version = "6.1.2" }
Expand Down

0 comments on commit 0cbc6f1

Please sign in to comment.