summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dev-python/selenium/selenium-3.13.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/selenium/selenium-3.13.0.ebuild b/dev-python/selenium/selenium-3.13.0.ebuild
index 0231c9b51bdd..72b77a8bf84e 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