Skip to content

Commit

Permalink
Reduce Sphinx version so python3.8 still works
Browse files Browse the repository at this point in the history
Sphinx 7.2 requires python 3.10. As we still want everything to
run with python 3.8, I'm reducing this requirement
  • Loading branch information
holybiber committed Oct 12, 2023
1 parent d81a3ff commit 6d00277
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
flake8>=6.1.0
coverage>=7.3.2
Sphinx>=7.2.6
Sphinx>=7.0.0
setuptools>=68.2.2
wikitextparser>=0.54.0
pywikibot>=8.4.0
Expand Down

0 comments on commit 6d00277

Please sign in to comment.