diff --git a/dev-python/selenium/selenium-3.13.0.ebuild b/dev-python/selenium/selenium-3.13.0.ebuild index 0231c9b51bdda..72b77a8bf84e3 100644 --- a/dev-python/selenium/selenium-3.13.0.ebuild +++ b/dev-python/selenium/selenium-3.13.0.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{5,6} ) +PYTHON_COMPAT=( python2_7 python3_{5,6,7} ) inherit distutils-r1