Skip to content

Commit c8eedd2

Browse files
TomAugspurgergfyoung
authored andcommitted
require python 3.5+ (#26330)
1 parent 58fd449 commit c8eedd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -781,5 +781,5 @@ def srcpath(name=None, suffix='.pyx', subdir='src'):
781781
long_description=LONG_DESCRIPTION,
782782
classifiers=CLASSIFIERS,
783783
platforms='any',
784-
python_requires='>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*',
784+
python_requires='>=3.5',
785785
**setuptools_kwargs)

0 commit comments

Comments
 (0)