commit: 2af0c38c9d258c426f747a3b57c03a02ff743e2c
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 16 16:15:54 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Feb 19 16:09:18 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2af0c38c
dev-python/selenium: Enable pypy3.11
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/selenium/selenium-4.28.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/selenium/selenium-4.28.1.ebuild
b/dev-python/selenium/selenium-4.28.1.ebuild
index f3f960e59209..976059e528c8 100644
--- a/dev-python/selenium/selenium-4.28.1.ebuild
+++ b/dev-python/selenium/selenium-4.28.1.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_TESTED=( python3_{10..13} pypy3 )
+PYTHON_TESTED=( python3_{10..13} pypy3 pypy3_11 )
PYTHON_COMPAT=( "${PYTHON_TESTED[@]}" )
inherit distutils-r1 pypi