Skip to content

Commit

Permalink
Allow Python >= 3.7 for RTD compatibility
Browse files Browse the repository at this point in the history
Documentation autobuilder fails if Python 3.7
is not permitted for package installations in RTD
  • Loading branch information
aleksihakli committed May 17, 2023
1 parent 84e5e35 commit 10d1c60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
package_dir={"axes": "axes"},
use_scm_version=True,
setup_requires=["setuptools_scm"],
python_requires=">=3.8",
python_requires=">=3.7",
install_requires=["django>=3.2", "setuptools"],
extras_require={
"ipware": "django-ipware>=3",
Expand Down

0 comments on commit 10d1c60

Please sign in to comment.