Skip to content

Commit

Permalink
Use .x Sphinx versions as pyhton support was fixed in 4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sciencewhiz committed Oct 4, 2023
1 parent 8f34156 commit 26a0743
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,18 +26,12 @@ jobs:
strategy:
matrix:
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12', 'pypy3.10']
sphinx-version: ['5', '6', '7']
sphinx-version: ['4.x', '5.x', '6.x', '7.x']
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'
- python-version: '3.10'
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 26a0743

Please sign in to comment.