Skip to content

Commit 8897135

Browse files
Update Python to >=3.13, <3.14
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent a0d3f69 commit 8897135

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ include = [
2020
]
2121

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

0 commit comments

Comments
 (0)