From ef51f927241abb7ebb40e5ebd87892579f58ff94 Mon Sep 17 00:00:00 2001 From: Ian Delaney Date: Wed, 11 Nov 2015 22:31:51 +0800 Subject: [PATCH] dev-python/elasticsearch-py: drop py3.3 add py3.5 support in 1.9.0 Package-Manager: portage-2.2.24 --- dev-python/elasticsearch-py/elasticsearch-py-1.9.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/elasticsearch-py/elasticsearch-py-1.9.0.ebuild b/dev-python/elasticsearch-py/elasticsearch-py-1.9.0.ebuild index cd9989093564c..056ef0a323eff 100644 --- a/dev-python/elasticsearch-py/elasticsearch-py-1.9.0.ebuild +++ b/dev-python/elasticsearch-py/elasticsearch-py-1.9.0.ebuild @@ -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"