Skip to content

Commit e71b697

Browse files
authored
Merge pull request #73 from Chilipp/test-sphinx4
add tests for sphinx=4.* and python 3.9, 3.10
2 parents 979a51a + 48bad79 commit e71b697

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

.github/workflows/python-app.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,13 @@ jobs:
1414

1515
strategy:
1616
matrix:
17-
python-version: [3.6, 3.7, 3.8]
18-
sphinx-version: ["", "4.0.*", "3.5.*", "3.4.*", "3.2.*", "3.1.*", "3.0.*", "2.4.*", "2.3.*", "2.2.*"]
17+
python-version: ["3.6", "3.7", "3.8", "3.9"]
18+
sphinx-version: ["", "4.5", "4.4", "4.3", "4.2", "4.1", "4.0.*", "3.5.*", "3.4.*", "3.2.*", "3.1.*", "3.0.*"]
19+
include:
20+
- python-version: "3.10"
21+
sphinx-version: ""
22+
- python-version: "3.10"
23+
sphinx-version: "4.5"
1924

2025
steps:
2126
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)