mirror of
https://github.com/wassname/cachier.git
synced 2026-09-12 12:10:48 +08:00
dropping support for python 2.7 - first probe
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user