Skip to content

Commit

Permalink
Update Python to >=3.13, <3.14
Browse files Browse the repository at this point in the history
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 15, 2024
1 parent db158f2 commit 6c1e22a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 45 deletions.
47 changes: 3 additions & 44 deletions 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 pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ include = [
]

[tool.poetry.dependencies]
python = ">=3.10, <3.12"
python = ">=3.13, <3.14"
# NOTE: We restrict boto3/botocore versions to reduce complexity of Poetry's
# dependency resolution significantly, cf.
# https://github.com/orgs/python-poetry/discussions/8165#discussioncomment-6387378
Expand Down

0 comments on commit 6c1e22a

Please sign in to comment.