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 6a1246c commit 5db4f63Copy full SHA for 5db4f63
2 files changed
.github/workflows/ci-cd.yml
@@ -655,6 +655,7 @@ jobs:
655
# NOTE: The latest and the lowest supported Pythons are prioritized
656
# NOTE: to improve the responsiveness. It's nice to see the most
657
# NOTE: important results first.
658
+ - 3.13
659
- 3.12
660
- 3.11
661
- >-
pyproject.toml
@@ -28,6 +28,7 @@ classifiers = [
28
"Programming Language :: Python :: 3.10",
29
"Programming Language :: Python :: 3.11",
30
"Programming Language :: Python :: 3.12",
31
+ "Programming Language :: Python :: 3.13",
32
"Programming Language :: Python :: Implementation",
33
"Programming Language :: Python :: Implementation :: CPython",
34
"Programming Language :: Python :: Implementation :: Jython",
0 commit comments