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 8f7f780 commit 8063ae5Copy full SHA for 8063ae5
.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
@@ -16,6 +16,7 @@ classifiers = [
16
"Programming Language :: Python :: 3.10",
17
"Programming Language :: Python :: 3.11",
18
"Programming Language :: Python :: 3.12",
19
+ "Programming Language :: Python :: 3.13",
20
]
21
22
[tool.poetry.dependencies]
0 commit comments