Removed support for python 2.6. Fix #141

This commit is contained in:
Jan Vlcinsky
2018-04-14 00:09:07 +02:00
parent 55fe42a4ae
commit 76afc6fd67
3 changed files with 2 additions and 3 deletions
+1 -1
View File
@@ -84,12 +84,12 @@ setup(
'Natural Language :: English',
'License :: OSI Approved :: ISC License (ISCL)',
'Programming Language :: Python',
'Programming Language :: Python :: 2.6',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: Implementation :: CPython',
),
cmdclass={