mirror of
https://github.com/jazzband/django-axes.git
synced 2026-05-04 21:54:50 +00:00
Use Python 3.6 version marker in setup.py
Signed-off-by: Aleksi Häkli <aleksi.hakli@iki.fi>
This commit is contained in:
parent
e24f0453bb
commit
07c270f15d
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -32,7 +32,7 @@ setup(
|
|||
},
|
||||
license='MIT',
|
||||
package_dir={'axes': 'axes'},
|
||||
python_requires='~=3.5',
|
||||
python_requires='~=3.6',
|
||||
install_requires=[
|
||||
'django',
|
||||
'django-appconf>=1.0.3',
|
||||
|
|
|
|||
Loading…
Reference in a new issue