mirror of
https://github.com/jazzband/django-axes.git
synced 2026-03-16 22:30:23 +00:00
Allow Python >= 3.7 for RTD compatibility
Documentation autobuilder fails if Python 3.7 is not permitted for package installations in RTD
This commit is contained in:
parent
84e5e357e6
commit
10d1c60027
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -35,7 +35,7 @@ setup(
|
|||
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",
|
||||
|
|
|
|||
Loading…
Reference in a new issue