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 12050d2 commit f7840a4Copy full SHA for f7840a4
1 file changed
‎.github/workflows/ci.yml‎
@@ -57,6 +57,14 @@ jobs:
57
- os: ubuntu-latest
58
python: "3.14"
59
tox-env: py314-sphinx8-needs8
60
+ # Sphinx 9 with lowest compatible sphinx-needs
61
+ - os: ubuntu-latest
62
+ python: "3.12"
63
+ tox-env: py312-sphinx9-needs7
64
+ # Sphinx 9 with highest sphinx-needs
65
66
+ python: "3.14"
67
+ tox-env: py314-sphinx9-needs8
68
# minimal version on Windows
69
- os: windows-latest
70
0 commit comments