Drop Python 2.7 support (#1058)

* Drop 2.7

* fixup! Drop 2.7

* fixup! Drop 2.7
This commit is contained in:
Tomasz Trębski
2019-10-27 23:01:23 +01:00
committed by Henning Jacobs
parent e06ec6da82
commit ec37d03902
11 changed files with 20 additions and 47 deletions

View File

@@ -117,7 +117,6 @@ setup(
test_suite='tests',
classifiers=[
'Programming Language :: Python',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',