We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9de2be3 commit 0b9a31eCopy full SHA for 0b9a31e
.github/workflows/ci.yml
@@ -123,6 +123,7 @@ jobs:
123
- "3.10"
124
- "3.11"
125
- "3.12"
126
+ - "3.13"
127
if: |
128
always() && !cancelled() &&
129
!contains(needs.*.result, 'failure') &&
pyproject.toml
@@ -21,6 +21,7 @@ classifiers = [
21
"Programming Language :: Python :: 3.10",
22
"Programming Language :: Python :: 3.11",
23
"Programming Language :: Python :: 3.12",
24
+ "Programming Language :: Python :: 3.13",
25
]
26
27
[tool.poetry.dependencies]
0 commit comments