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 <candrews@gentoo.org>
This commit is contained in:
Craig Andrews
2019-10-13 16:32:37 -04:00
parent 916a8b2f95
commit 87f63a4c6b

View File

@@ -3,7 +3,7 @@
EAPI=6
PYTHON_COMPAT=( python2_7 python3_{5,6} )
PYTHON_COMPAT=( python2_7 python3_{5,6,7} )
inherit distutils-r1