mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 11:09:11 +08:00
Bumped py3 min version in setup.py to 3.5 (was 3.4).
Signed-off-by: Brett Randall <javabrett@gmail.com>
This commit is contained in:
parent
91e9dcba96
commit
4ef01b1c10
2
setup.py
2
setup.py
@ -94,7 +94,7 @@ setup(
|
|||||||
license='MIT',
|
license='MIT',
|
||||||
url='http://gunicorn.org',
|
url='http://gunicorn.org',
|
||||||
|
|
||||||
python_requires='>=3.4',
|
python_requires='>=3.5',
|
||||||
install_requires=install_requires,
|
install_requires=install_requires,
|
||||||
classifiers=CLASSIFIERS,
|
classifiers=CLASSIFIERS,
|
||||||
zip_safe=False,
|
zip_safe=False,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user