Skip to content

Commit 1d08742

Browse files
committed
Re-enable support for Python 3.13
1 parent ba2b0aa commit 1d08742

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,7 @@ jobs:
126126
- "3.10"
127127
- "3.11"
128128
- "3.12"
129+
- "3.13"
129130
if: |
130131
always() && !cancelled() &&
131132
!contains(needs.*.result, 'failure') &&

poetry.lock

Lines changed: 6 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,11 @@ classifiers = [
1616
"Programming Language :: Python :: 3.10",
1717
"Programming Language :: Python :: 3.11",
1818
"Programming Language :: Python :: 3.12",
19+
"Programming Language :: Python :: 3.13",
1920
]
2021

2122
[tool.poetry.dependencies]
22-
python = "^3.9, < 3.13"
23+
python = "^3.9, <=3.13"
2324
pydantic = ">=2.0.0,!=2.0.1,!=2.1.0,<3.0.0"
2425
pydantic-settings = ">=2.0"
2526
graphql-core = ">=3.1,<3.3"

0 commit comments

Comments
 (0)