Skip to content

Commit

Permalink
Update setup.py to support <2.7
Browse files Browse the repository at this point in the history
As suggested in arrow-py#495 adds support for Python 2.6 and lower
  • Loading branch information
wilmardo committed Apr 16, 2018
1 parent 96e4de9 commit b43689a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -41,7 +41,7 @@ def grep(attrname):
'python-dateutil',
],
extras_require={
":python_version=='2.7'": ['backports.functools_lru_cache>=1.2.1,<1.4'],
":python_version<='2.7'": ['backports.functools_lru_cache>=1.2.1,<1.4'],
},
test_suite="tests",
classifiers=[
Expand Down

0 comments on commit b43689a

Please sign in to comment.