Skip to content

Commit 37d299b

Browse files
committed
Sphinx 4 doesn't support Python >=3.10
1 parent 1c407d7 commit 37d299b

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/workflow.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,16 @@ jobs:
2626
strategy:
2727
matrix:
2828
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12', 'pypy3.10']
29-
sphinx-version: ['4', '5', '6', '7']
29+
sphinx-version: ['5', '6', '7']
3030
include:
3131
- python-version: '3.7'
3232
sphinx-version: '3'
3333
- python-version: '3.7'
3434
sphinx-version: '2'
35+
- python-version: '3.8'
36+
sphinx-version: '4'
37+
- python-version: '3.9'
38+
sphinx-version: '4'
3539
name: "Test Extension - Python(${{ matrix.python-version }}), Sphinx(${{ matrix.sphinx-version }})"
3640
steps:
3741
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)