Remove support for deprecated Python versions.

This commit is contained in:
Russell Keith-Magee 2020-10-24 09:29:56 +08:00
parent 58e7a9852b
commit 208f31883a
No known key found for this signature in database
GPG key ID: 3D2DAB6A37BB5BC3

View file

@ -21,11 +21,7 @@ setup(
'Development Status :: 5 - Production/Stable',
'License :: OSI Approved :: BSD License',
'Operating System :: OS Independent',
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',