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 6c191a8 commit 7222564Copy full SHA for 7222564
.github/workflows/test.yml
@@ -16,6 +16,7 @@ jobs:
16
- '3.10'
17
- '3.11'
18
- '3.12'
19
+ - '3.13'
20
21
steps:
22
- uses: actions/checkout@v5
pyproject.toml
@@ -23,6 +23,7 @@ classifiers = [
23
"Programming Language :: Python :: 3.10",
24
"Programming Language :: Python :: 3.11",
25
"Programming Language :: Python :: 3.12",
26
+ "Programming Language :: Python :: 3.13",
27
"Programming Language :: Python :: Implementation :: CPython",
28
"Topic :: Documentation",
29
"Topic :: Utilities",
0 commit comments