Skip to content

Commit

Permalink
Sphinx 4 doesn't support Python >=3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
sciencewhiz committed Oct 4, 2023
1 parent 1c407d7 commit 37d299b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,16 @@ jobs:
strategy:
matrix:
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12', 'pypy3.10']
sphinx-version: ['4', '5', '6', '7']
sphinx-version: ['5', '6', '7']
include:
- python-version: '3.7'
sphinx-version: '3'
- python-version: '3.7'
sphinx-version: '2'
- python-version: '3.8'
sphinx-version: '4'
- python-version: '3.9'
sphinx-version: '4'
name: "Test Extension - Python(${{ matrix.python-version }}), Sphinx(${{ matrix.sphinx-version }})"
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 37d299b

Please sign in to comment.