diff options
Diffstat (limited to 'dev-python/hypothesis/hypothesis-1.9.0.ebuild')
-rw-r--r-- | dev-python/hypothesis/hypothesis-1.9.0.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-python/hypothesis/hypothesis-1.9.0.ebuild b/dev-python/hypothesis/hypothesis-1.9.0.ebuild index 7e106ee01a14..ba35bb207b43 100644 --- a/dev-python/hypothesis/hypothesis-1.9.0.ebuild +++ b/dev-python/hypothesis/hypothesis-1.9.0.ebuild @@ -3,7 +3,8 @@ # $Id$ EAPI=5 -PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy ) + +PYTHON_COMPAT=( python2_7 python3_{3,4,5} pypy ) inherit distutils-r1 |