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 9c30e6c commit 0f684adCopy full SHA for 0f684ad
setup.py
@@ -40,5 +40,5 @@ def long_description():
40
install_requires=[
41
'django>=1.11',
42
],
43
- python_requires=">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*",
+ python_requires=">=3.5",
44
)
0 commit comments