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 dd4aa33 commit e5f5f7dCopy full SHA for e5f5f7d
.github/workflows/main.yml
@@ -23,7 +23,7 @@ jobs:
23
fail-fast: false
24
matrix:
25
os: ["ubuntu-latest"]
26
- python-version: ["3.9", "3.12"]
+ python-version: ["3.9", "3.13"]
27
28
env:
29
OS: ${{ matrix.os }}
pyproject.toml
@@ -52,6 +52,7 @@ classifiers = [
52
"Programming Language :: Python :: 3.10",
53
"Programming Language :: Python :: 3.11",
54
"Programming Language :: Python :: 3.12",
55
+ "Programming Language :: Python :: 3.13",
56
"Programming Language :: Python :: Implementation :: CPython",
57
"Topic :: Documentation",
58
"Topic :: Documentation :: Sphinx",
0 commit comments