Drop support for Python 2.7

It's been end of life since January 2020.
This commit is contained in:
Oliver Hamlet
2022-07-02 16:36:14 +01:00
parent a7d26204a1
commit 024ab1f1e5
4 changed files with 4 additions and 5 deletions
+1 -2
View File
@@ -79,11 +79,10 @@ setup(
distclass=BinaryDistribution,
classifiers=[
'License :: OSI Approved :: GNU General Public License v3 (GPLv3)',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: C++'
'Operating System :: Microsoft :: Windows',
'Intended Audience :: Developers',
],
python_requires='>=2.7',
python_requires='>=3.7',
)