Skip to content

Commit

Permalink
Merge pull request #73 from Chilipp/test-sphinx4
Browse files Browse the repository at this point in the history
add tests for sphinx=4.* and python 3.9, 3.10
  • Loading branch information
Chilipp authored Apr 19, 2022
2 parents 979a51a + 48bad79 commit e71b697
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,13 @@ jobs:

strategy:
matrix:
python-version: [3.6, 3.7, 3.8]
sphinx-version: ["", "4.0.*", "3.5.*", "3.4.*", "3.2.*", "3.1.*", "3.0.*", "2.4.*", "2.3.*", "2.2.*"]
python-version: ["3.6", "3.7", "3.8", "3.9"]
sphinx-version: ["", "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.10"
sphinx-version: ""
- python-version: "3.10"
sphinx-version: "4.5"

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit e71b697

Please sign in to comment.