We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58fd449 commit c8eedd2Copy full SHA for c8eedd2
setup.py
@@ -781,5 +781,5 @@ def srcpath(name=None, suffix='.pyx', subdir='src'):
781
long_description=LONG_DESCRIPTION,
782
classifiers=CLASSIFIERS,
783
platforms='any',
784
- python_requires='>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*',
+ python_requires='>=3.5',
785
**setuptools_kwargs)
0 commit comments