summaryrefslogtreecommitdiff
path: root/dev-python
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2025-05-14 10:40:49 +0200
committerMichał Górny <mgorny@gentoo.org>2025-05-14 13:58:58 +0200
commite2e362de767ac9eef832fb1a08c7e81e0a5d8fda (patch)
treeaff8ec3ca656b4a226bfb91c347a9269fb3dc096 /dev-python
parentb28d6337a7112058f5bb3289f1a9612ba2ce4970 (diff)
downloadgentoo-e2e362de767ac9eef832fb1a08c7e81e0a5d8fda.tar.gz
gentoo-e2e362de767ac9eef832fb1a08c7e81e0a5d8fda.tar.bz2
gentoo-e2e362de767ac9eef832fb1a08c7e81e0a5d8fda.zip
dev-python/selenium: Enable py3.14
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/selenium/selenium-4.32.0.ebuild4
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