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 08ee77d commit 9165a34Copy full SHA for 9165a34
.github/workflows/version-matrix.yml
@@ -19,10 +19,14 @@ jobs:
19
- env: {}
20
21
# 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
24
- env:
25
SPHINX_PACKAGE: "sphinx==5.0.0 sphinxcontrib-bibtex==2.5.0"
26
+ PYTHON_VERSION: "3.12"
27
28
SPHINX_PACKAGE: "sphinx==5.3.0 sphinxcontrib-bibtex==2.5.0"
29
30
31
SPHINX_PACKAGE: "sphinx==6.2.1 sphinxcontrib-bibtex==2.5.0"
32
0 commit comments