We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1dd07ab commit bc94ccdCopy full SHA for bc94ccd
1 file changed
setup.py
@@ -68,5 +68,6 @@ def get_version():
68
'Programming Language :: Python :: Implementation :: PyPy',
69
'Topic :: Internet :: WWW/HTTP :: Dynamic Content',
70
'Topic :: Software Development :: Libraries :: Python Modules'
71
- ]
+ ],
72
+ python_requires='>=3.4'
73
)
0 commit comments