dev-python/elasticsearch-py: drop py3.3 add py3.5 support in 1.9.0

Package-Manager: portage-2.2.24
This commit is contained in:
Ian Delaney
2015-11-11 22:31:51 +08:00
parent 2acd277b8d
commit ef51f92724

View File

@@ -4,7 +4,7 @@
EAPI=5
PYTHON_COMPAT=( python2_7 python3_{3,4} pypy )
PYTHON_COMPAT=( python2_7 python3_{4,5} pypy )
ES_VERSION="1.7.3"