Skip to content

Commit

Permalink
Upgrade minimum Python version required to build docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Delgan committed Sep 1, 2023
1 parent f5bfaf6 commit 7fa0d15
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,9 @@
"mypy==v0.971 ; python_version>='3.6' and python_version<'3.7'",
"mypy==v1.4.1 ; python_version>='3.7'",
# Docs.
"Sphinx==5.3.0 ; python_version>='3.8'",
"sphinx-autobuild==2021.3.14 ; python_version>='3.8'",
"sphinx-rtd-theme==1.3.0 ; python_version>='3.8'",
"Sphinx==5.3.0 ; python_version>='3.9'",
"sphinx-autobuild==2021.3.14 ; python_version>='3.9'",
"sphinx-rtd-theme==1.3.0 ; python_version>='3.9'",
]
},
python_requires=">=3.5",
Expand Down

0 comments on commit 7fa0d15

Please sign in to comment.