diff --git a/dev-python/pluginbase/pluginbase-0.5.ebuild b/dev-python/pluginbase/pluginbase-0.5.ebuild index f51bc3406ee75..d01c4571f584d 100644 --- a/dev-python/pluginbase/pluginbase-0.5.ebuild +++ b/dev-python/pluginbase/pluginbase-0.5.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python2_7 python3_6 ) +PYTHON_COMPAT=( python2_7 python3_6 python3_7 ) inherit distutils-r1