Skip to content

Commit

Permalink
Actually test with matrix sphinx version (#11)
Browse files Browse the repository at this point in the history
Drop Sphinx 2-4, broken on newer pythons
  • Loading branch information
sciencewhiz authored Jan 17, 2025
1 parent 1dd3e2c commit d99fe3b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
strategy:
matrix:
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12', 'pypy3.9']
sphinx-version: ['2', '3', '4', '5', '6', '7']
sphinx-version: ['5.*', '6.*', '7.*']

name: "Test - Python(${{ matrix.python-version }}), Sphinx(${{ matrix.sphinx-version }})"
steps:
Expand All @@ -50,6 +50,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install -r ./dev-requirements.txt
python -m pip install sphinx==${{ matrix.sphinx-version }}
- name: Download build artifacts
uses: actions/download-artifact@v4
Expand Down

0 comments on commit d99fe3b

Please sign in to comment.