drop python 2 from supported languages

Python 2 compatibility will not be actively revoked, but will
not be worked on.
This commit is contained in:
Patrick Kanzler 2019-06-10 22:11:05 +02:00
parent 63252515b5
commit 88461aad40

View File

@ -65,8 +65,6 @@ setup(
'License :: OSI Approved :: MIT License',
'Operating System :: OS Independent',
'Programming Language :: Python',
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',