summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-06-19 18:32:21 +0200
committerMichał Górny <mgorny@gentoo.org>2024-06-19 19:21:34 +0200
commite2366e286416f372b5a815dca7466eea429f29fd (patch)
tree138a7872bf2e3e58e65cdbcbc1ae140227a41cc5 /dev-python/selenium
parentdev-python/tblib: Enable py3.13 (diff)
downloadgentoo-e2366e286416f372b5a815dca7466eea429f29fd.tar.gz
gentoo-e2366e286416f372b5a815dca7466eea429f29fd.tar.bz2
gentoo-e2366e286416f372b5a815dca7466eea429f29fd.zip
dev-python/selenium: Enable py3.13
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/selenium')
-rw-r--r--dev-python/selenium/selenium-4.21.0.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-python/selenium/selenium-4.21.0.ebuild b/dev-python/selenium/selenium-4.21.0.ebuild
index 1ef3e5bed572..08eca12b8eeb 100644
--- a/dev-python/selenium/selenium-4.21.0.ebuild
+++ b/dev-python/selenium/selenium-4.21.0.ebuild
@@ -4,7 +4,8 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} pypy3 )
+PYTHON_TESTED=( python3_{10..12} pypy3 )
+PYTHON_COMPAT=( "${PYTHON_TESTED[@]}" python3_13 )
inherit distutils-r1 pypi