mirror of
https://github.com/jazzband/django-axes.git
synced 2026-03-16 22:30:23 +00:00
chore: explicitly require Python >= 3.9
This commit is contained in:
parent
66603c3a53
commit
634bfc1358
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.7",
|
||||
python_requires=">=3.9",
|
||||
install_requires=[
|
||||
"django>=4.2",
|
||||
"asgiref>=3.6.0",
|
||||
|
|
|
|||
Loading…
Reference in a new issue