Skip to content

Commit

Permalink
3.x test needs old jinja2
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmtroffaes committed Mar 29, 2022
1 parent a0a6dca commit 2a035c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
pip-sphinx: '"sphinx==2.1" "docutils==0.16" "jinja2<3.1"'
# latest of sphinx 3.x series (released for Python 3.9)
- python-version: '3.9'
pip-sphinx: '"sphinx<4"'
pip-sphinx: '"sphinx<4" "jinja2<3.1"'
# sphinx pre-release
- python-version: '3.10'
pip-sphinx: '--pre sphinx'
Expand Down

0 comments on commit 2a035c3

Please sign in to comment.