diff options
author | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2022-05-18 15:40:30 +0200 |
---|---|---|
committer | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2022-05-18 16:22:40 +0200 |
commit | a470d76b0ed2e952358f6cc2a992033e6bef2eef (patch) | |
tree | 564bd9be2582b32fffe742bd53baa32121ebabb3 /dev-python/selenium | |
parent | dev-python/flask-cors: update EAPI 7 -> 8, nose --> pytest (diff) | |
download | gentoo-a470d76b0ed2e952358f6cc2a992033e6bef2eef.tar.gz gentoo-a470d76b0ed2e952358f6cc2a992033e6bef2eef.tar.bz2 gentoo-a470d76b0ed2e952358f6cc2a992033e6bef2eef.zip |
dev-python/selenium: enable py3.11 and disable py3.7
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@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 6c466bc6025f..87cb9bb3c3d2 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_{7..10} ) +PYTHON_COMPAT=( python3_{8..11} ) inherit distutils-r1 |