We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3544585 commit 7934b47Copy full SHA for 7934b47
setup.py
@@ -83,7 +83,7 @@ def get_version(package):
83
packages=find_packages(exclude=['tests*']),
84
include_package_data=True,
85
install_requires=["django>=2.2", "pytz"],
86
- python_requires=">=3.5",
+ python_requires=">=3.6",
87
zip_safe=False,
88
classifiers=[
89
'Development Status :: 5 - Production/Stable',
0 commit comments