dropping support for python 2.7 - first probe

This commit is contained in:
Shay Palachy
2020-01-31 19:44:19 +02:00
parent 34d830689b
commit e3969167ab
2 changed files with 0 additions and 25 deletions
-3
View File
@@ -43,7 +43,6 @@ setup(
],
extras_require={
'test': TEST_REQUIRES,
':python_version == "2.7"': ['futures'],
},
platforms=['linux', 'osx', 'windows'],
keywords=['cache', 'persistence', 'mongo', 'memoization', 'decorator'],
@@ -53,8 +52,6 @@ setup(
'Development Status :: 4 - Beta',
'License :: OSI Approved :: MIT License',
'Programming Language :: Python',
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',