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 ff5d141 commit 40f6278Copy full SHA for 40f6278
.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.13"]
+ python-version: ["3.9", "3.14"]
27
28
env:
29
OS: ${{ matrix.os }}
pyproject.toml
@@ -59,6 +59,7 @@ classifiers = [
59
"Programming Language :: Python :: 3.11",
60
"Programming Language :: Python :: 3.12",
61
"Programming Language :: Python :: 3.13",
62
+ "Programming Language :: Python :: 3.14",
63
"Programming Language :: Python :: Implementation :: CPython",
64
"Topic :: Documentation",
65
"Topic :: Documentation :: Sphinx",
0 commit comments