summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/patsy')
-rw-r--r--dev-python/patsy/patsy-0.4.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/patsy/patsy-0.4.0.ebuild b/dev-python/patsy/patsy-0.4.0.ebuild
index 0bb5f9cee966..a669cf1691cf 100644
--- a/dev-python/patsy/patsy-0.4.0.ebuild
+++ b/dev-python/patsy/patsy-0.4.0.ebuild
@@ -4,7 +4,7 @@
EAPI=5
-PYTHON_COMPAT=( python{2_7,3_3,3_4} )
+PYTHON_COMPAT=( python2_7 python3_{3,4,5} )
inherit distutils-r1