Skip to content

Commit

Permalink
Rework test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
lafrech committed Jan 9, 2023
1 parent 449bad4 commit 777f5c8
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,18 @@ jobs:

strategy:
matrix:
python-version: ["3.7", "3.8", "3.9"]
python-version: ["3.8", "3.9"]
sphinx-version: [
"6.0.*",
"5.0.*",
"4.5", "4.4", "4.3", "4.2", "4.1", "4.0.*",
"3.5.*", "3.4.*", "3.2.*", "3.1.*", "3.0.*",
]
include:
- python-version: "3.7"
sphinx-version: ""
- python-version: "3.7"
sphinx-version: "3.5"
- python-version: "3.10"
sphinx-version: ""
- python-version: "3.10"
Expand Down

0 comments on commit 777f5c8

Please sign in to comment.