Removed Python 2.6 support

* Travis CI doesn't support it anymore.
* It had EOL more than 4 years ago
This commit is contained in:
Jakub Roztocil
2017-12-28 18:03:13 +01:00
parent 4d3b4fa0be
commit ec899d70b7
8 changed files with 13 additions and 159 deletions

View File

@ -93,8 +93,6 @@ setup(
classifiers=[
'Development Status :: 5 - Production/Stable',
'Programming Language :: Python',
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.6',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.1',