Skip to content

Commit

Permalink
old sphinx for python 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
grzanka authored Mar 12, 2024
1 parent 0789463 commit 294b16a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# micro-language and markers are described here: https://www.python.org/dev/peps/pep-0496/
pytest==8.1.1
flake8==7.0.0
sphinx==7.2.6
sphinx<7.2 ; python_version < '3.9'
sphinx==7.2.6; python_version >= '3.9'
mcpl==1.6.2
yapf==0.40.2
requests==2.31.0
Expand Down

0 comments on commit 294b16a

Please sign in to comment.