commit: 7c96c70d56770826a618811ea3e0abfb5e335232
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri May 23 16:39:34 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri May 23 16:52:28 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c96c70d
dev-python/selenium: Enable testing on py3.14
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/selenium/selenium-4.32.0.ebuild | 4 ++--
1 file 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 e0b4478aac9c..ae5e7b53d1ce 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_{11..13} pypy3_11 )
-PYTHON_COMPAT=( "${PYTHON_TESTED[@]}" python3_14 )
+PYTHON_TESTED=( python3_{11..14} pypy3_11 )
+PYTHON_COMPAT=( "${PYTHON_TESTED[@]}" )
inherit distutils-r1 pypi