Dropping Python 2 from setup.py

This commit is contained in:
Yannick Jadoul
2020-02-04 11:58:52 +01:00
parent 692c64ffd9
commit 9fe8d29545
+1 -2
View File
@@ -28,12 +28,11 @@ setup(
'cibuildwheel': ['resources/*'],
},
# Supported python versions
python_requires='>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*',
python_requires='>=3.5',
keywords='ci wheel packaging pypi travis appveyor macos linux windows',
classifiers=[
'Intended Audience :: Developers',
'Natural Language :: English',
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 3',
'Development Status :: 5 - Production/Stable',
'License :: OSI Approved :: BSD License',