From 87f63a4c6bdc0a73a58f277edb8bfefb52357e98 Mon Sep 17 00:00:00 2001 From: Craig Andrews Date: Sun, 13 Oct 2019 16:32:37 -0400 Subject: [PATCH] dev-python/selenium: Python 3.7 compatibility Closes: https://bugs.gentoo.org/697668 Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Craig Andrews --- dev-python/selenium/selenium-3.13.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.26.2