diff --git a/dev-python/ccdproc/ccdproc-1.1.0.ebuild b/dev-python/ccdproc/ccdproc-1.1.0.ebuild index 7d8d58105a240..e67e614e573b9 100644 --- a/dev-python/ccdproc/ccdproc-1.1.0.ebuild +++ b/dev-python/ccdproc/ccdproc-1.1.0.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python{2_7,3_5} ) +PYTHON_COMPAT=( python3_5 ) inherit distutils-r1 diff --git a/dev-python/ccdproc/ccdproc-1.2.0.ebuild b/dev-python/ccdproc/ccdproc-1.2.0.ebuild index b859d5a5fa0e6..da6af5099b084 100644 --- a/dev-python/ccdproc/ccdproc-1.2.0.ebuild +++ b/dev-python/ccdproc/ccdproc-1.2.0.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python{2_7,3_5,3_6} ) +PYTHON_COMPAT=( python3_{5,6} ) inherit distutils-r1