Skip to content

Commit f7840a4

Browse files
committed
🔧 Add Sphinx 9 jobs to CI matrix
Cover Sphinx 9 with the lowest compatible sphinx-needs (7) and the highest (8). sphinx-needs <7 is incompatible with Sphinx 9.
1 parent 12050d2 commit f7840a4

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

‎.github/workflows/ci.yml‎

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,14 @@ jobs:
5757
- os: ubuntu-latest
5858
python: "3.14"
5959
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+
- os: ubuntu-latest
66+
python: "3.14"
67+
tox-env: py314-sphinx9-needs8
6068
# minimal version on Windows
6169
- os: windows-latest
6270
python: "3.14"

0 commit comments

Comments
 (0)