summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-06-19 18:37:34 +0200
committerMichał Górny <mgorny@gentoo.org>2020-06-19 20:10:22 +0200
commite1b4467c4fed6bb9fae566943d63baa79fb8ba5a (patch)
treec2040d3ce85087a75570d499c988b0b462d89f42
parentdev-python/tblib: Port to py3.9 (diff)
downloadgentoo-e1b4467c4fed6bb9fae566943d63baa79fb8ba5a.tar.gz
gentoo-e1b4467c4fed6bb9fae566943d63baa79fb8ba5a.tar.bz2
gentoo-e1b4467c4fed6bb9fae566943d63baa79fb8ba5a.zip
dev-python/selenium: Port to py3.9
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--dev-python/selenium/selenium-3.141.0-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/selenium/selenium-3.141.0-r1.ebuild b/dev-python/selenium/selenium-3.141.0-r1.ebuild
index ffe849757169..9fe259faec8e 100644
--- a/dev-python/selenium/selenium-3.141.0-r1.ebuild
+++ b/dev-python/selenium/selenium-3.141.0-r1.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_{6,7,8} )
+PYTHON_COMPAT=( python3_{6..9} )
inherit distutils-r1