diff --git a/dev-python/rply/rply-0.7.5.ebuild b/dev-python/rply/rply-0.7.5.ebuild index 53efea90dd6d2..22475ba280d3b 100644 --- a/dev-python/rply/rply-0.7.5.ebuild +++ b/dev-python/rply/rply-0.7.5.ebuild @@ -3,7 +3,7 @@ EAPI=5 -PYTHON_COMPAT=( python{2_7,3_6} ) +PYTHON_COMPAT=( python3_6 ) inherit distutils-r1 diff --git a/dev-python/rply/rply-0.7.7.ebuild b/dev-python/rply/rply-0.7.7.ebuild index a3de9374a2aae..3ff19404ce43a 100644 --- a/dev-python/rply/rply-0.7.7.ebuild +++ b/dev-python/rply/rply-0.7.7.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python{2_7,3_6,3_7} ) +PYTHON_COMPAT=( python{3_6,3_7} ) inherit distutils-r1