diff options
Diffstat (limited to 'dev-python/selenium/selenium-4.32.0.ebuild')
-rw-r--r-- | dev-python/selenium/selenium-4.32.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/selenium/selenium-4.32.0.ebuild b/dev-python/selenium/selenium-4.32.0.ebuild index 64fabd2249a8..31fcc3642080 100644 --- a/dev-python/selenium/selenium-4.32.0.ebuild +++ b/dev-python/selenium/selenium-4.32.0.ebuild @@ -4,8 +4,8 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_TESTED=( python3_{10..13} pypy3 pypy3_11 ) -PYTHON_COMPAT=( "${PYTHON_TESTED[@]}" ) +PYTHON_TESTED=( python3_{11..13} pypy3_11 ) +PYTHON_COMPAT=( "${PYTHON_TESTED[@]}" python3_14 ) inherit distutils-r1 pypi |