CI: python-memcached 1.60 needs Python 3.6+ (#7776)
python-memcached 1.60 needs Python 3.6+.pull/7782/head
parent
fd0d05d6f2
commit
e9f7f7e2de
|
@ -6,7 +6,8 @@ unittest2 ; python_version < '2.7'
|
||||||
importlib ; python_version < '2.7'
|
importlib ; python_version < '2.7'
|
||||||
|
|
||||||
# requirement for the memcached cache plugin
|
# requirement for the memcached cache plugin
|
||||||
python-memcached
|
python-memcached < 1.60 ; python_version < '3.6'
|
||||||
|
python-memcached ; python_version >= '3.6'
|
||||||
|
|
||||||
# requirement for the redis cache plugin
|
# requirement for the redis cache plugin
|
||||||
redis
|
redis
|
||||||
|
|
Loading…
Reference in New Issue