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 a6439cc commit 5fe2c9aCopy full SHA for 5fe2c9a
.github/workflows/build-test-release.yml
@@ -27,6 +27,7 @@ jobs:
27
- "3.10"
28
- "3.11"
29
- "3.12"
30
+ - "3.13"
31
32
steps:
33
- name: Checkout
pyproject.toml
@@ -14,6 +14,7 @@ classifiers = [
14
"Programming Language :: Python :: 3.10",
15
"Programming Language :: Python :: 3.11",
16
"Programming Language :: Python :: 3.12",
17
+ "Programming Language :: Python :: 3.13",
18
"Programming Language :: Python :: Implementation :: CPython",
19
"Programming Language :: Python :: Implementation :: PyPy",
20
]
0 commit comments