diff --git a/dev-python/pypowervm/pypowervm-1.1.10.ebuild b/dev-python/pypowervm/pypowervm-1.1.10.ebuild index 540e18b87abcd..b068198d828e6 100644 --- a/dev-python/pypowervm/pypowervm-1.1.10.ebuild +++ b/dev-python/pypowervm/pypowervm-1.1.10.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python2_7 python3_4 python3_5 ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6} ) inherit distutils-r1 DESCRIPTION="Python binding for the PowerVM REST API"