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 c4fc02c commit 31729aeCopy full SHA for 31729ae
.github/workflows/build.yml
@@ -167,6 +167,7 @@ jobs:
167
- '3.9'
168
- '3.10'
169
- '3.11'
170
+ - '3.12'
171
sphinx-version:
172
- 'sphinx4'
173
- 'sphinx5'
noxfile.py
@@ -1,6 +1,6 @@
1
import nox
2
3
-SUPPORTED_PY_VER = list(f"3.{x}" for x in range(8, 12))
+SUPPORTED_PY_VER = list(f"3.{x}" for x in range(8, 13))
4
nox.options.reuse_existing_virtualenvs = True
5
6
0 commit comments