Skip to content

Commit 777f5c8

Browse files
committed
Rework test matrix
1 parent 449bad4 commit 777f5c8

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/python-app.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,18 @@ jobs:
1414

1515
strategy:
1616
matrix:
17-
python-version: ["3.7", "3.8", "3.9"]
17+
python-version: ["3.8", "3.9"]
1818
sphinx-version: [
1919
"6.0.*",
2020
"5.0.*",
2121
"4.5", "4.4", "4.3", "4.2", "4.1", "4.0.*",
2222
"3.5.*", "3.4.*", "3.2.*", "3.1.*", "3.0.*",
2323
]
2424
include:
25+
- python-version: "3.7"
26+
sphinx-version: ""
27+
- python-version: "3.7"
28+
sphinx-version: "3.5"
2529
- python-version: "3.10"
2630
sphinx-version: ""
2731
- python-version: "3.10"

0 commit comments

Comments
 (0)