Skip to content

Commit 9165a34

Browse files
jenshnielsenmgeier
authored andcommitted
Ensure that old sphinx is tested with supported python version
1 parent 08ee77d commit 9165a34

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/version-matrix.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,14 @@ jobs:
1919
- env: {}
2020

2121
# a few older Sphinx releases using default Python version
22+
# sphinx 5.0 and 5.3 requires the imghdr module removed
23+
# in python 3.13 so test with 3.12
2224
- env:
2325
SPHINX_PACKAGE: "sphinx==5.0.0 sphinxcontrib-bibtex==2.5.0"
26+
PYTHON_VERSION: "3.12"
2427
- env:
2528
SPHINX_PACKAGE: "sphinx==5.3.0 sphinxcontrib-bibtex==2.5.0"
29+
PYTHON_VERSION: "3.12"
2630
- env:
2731
SPHINX_PACKAGE: "sphinx==6.2.1 sphinxcontrib-bibtex==2.5.0"
2832
- env:

0 commit comments

Comments
 (0)