diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-06-19 18:37:34 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-06-19 20:10:22 +0200 |
commit | e1b4467c4fed6bb9fae566943d63baa79fb8ba5a (patch) | |
tree | c2040d3ce85087a75570d499c988b0b462d89f42 /dev-python/selenium | |
parent | dev-python/tblib: Port to py3.9 (diff) | |
download | gentoo-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>
Diffstat (limited to 'dev-python/selenium')
-rw-r--r-- | dev-python/selenium/selenium-3.141.0-r1.ebuild | 2 |
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 |