commit: ebee69344c259cbd6097be967d0dbe83ddd83180
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 15 10:47:14 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Feb 15 11:30:02 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ebee6934
dev-python/hypothesis: Enable pypy3.11
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/hypothesis/hypothesis-6.125.3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/hypothesis/hypothesis-6.125.3.ebuild
b/dev-python/hypothesis/hypothesis-6.125.3.ebuild
index 3ab9d7ec9403..5e0df5815a5e 100644
--- a/dev-python/hypothesis/hypothesis-6.125.3.ebuild
+++ b/dev-python/hypothesis/hypothesis-6.125.3.ebuild
@@ -5,7 +5,7 @@ EAPI=8
DISTUTILS_USE_PEP517=setuptools
CLI_COMPAT=( pypy3 python3_{10..13} )
-PYTHON_COMPAT=( "${CLI_COMPAT[@]}" )
+PYTHON_COMPAT=( "${CLI_COMPAT[@]}" pypy3_11 )
PYTHON_REQ_USE="threads(+),sqlite"
inherit distutils-r1 optfeature