Update python requires in setup.py

This commit is contained in:
Paolo Melchiorre 2021-12-10 13:29:33 +01:00
parent 3544585919
commit 7934b47b64
No known key found for this signature in database
GPG Key ID: 5F8222398E1ED035

View File

@ -83,7 +83,7 @@ setup(
packages=find_packages(exclude=['tests*']), packages=find_packages(exclude=['tests*']),
include_package_data=True, include_package_data=True,
install_requires=["django>=2.2", "pytz"], install_requires=["django>=2.2", "pytz"],
python_requires=">=3.5", python_requires=">=3.6",
zip_safe=False, zip_safe=False,
classifiers=[ classifiers=[
'Development Status :: 5 - Production/Stable', 'Development Status :: 5 - Production/Stable',