Skip to content

Commit

Permalink
Also test against old 3.x sphinx.
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmtroffaes committed Mar 29, 2022
1 parent b66ec9b commit db349cd
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,14 @@ jobs:
python-version: ['3.6', '3.7', '3.8', '3.9', '3.10', '3.11-dev']
pip-sphinx: [sphinx]
include:
- python-version: 3.9
# oldest version of sphinx supported (2.1)
- python-version: 3.10
pip-sphinx: '"sphinx==2.1" "docutils==0.16" "jinja2<3.1"'
- python-version: 3.9
# latest of sphinx 3.x series
- python-version: 3.10
pip-sphinx: '"sphinx<4"'
# sphinx pre-release
- python-version: 3.10
pip-sphinx: --pre sphinx
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit db349cd

Please sign in to comment.