Skip to content

Commit d99fe3b

Browse files
authored
Actually test with matrix sphinx version (#11)
Drop Sphinx 2-4, broken on newer pythons
1 parent 1dd3e2c commit d99fe3b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/CI.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
strategy:
3737
matrix:
3838
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12', 'pypy3.9']
39-
sphinx-version: ['2', '3', '4', '5', '6', '7']
39+
sphinx-version: ['5.*', '6.*', '7.*']
4040

4141
name: "Test - Python(${{ matrix.python-version }}), Sphinx(${{ matrix.sphinx-version }})"
4242
steps:
@@ -50,6 +50,7 @@ jobs:
5050
run: |
5151
python -m pip install --upgrade pip
5252
pip install -r ./dev-requirements.txt
53+
python -m pip install sphinx==${{ matrix.sphinx-version }}
5354
5455
- name: Download build artifacts
5556
uses: actions/download-artifact@v4

0 commit comments

Comments
 (0)