commit: 1867f7bfeaa11e37b891b805834f9b9c50e304db
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu May 9 14:57:29 2024 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu May 9 16:48:09 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1867f7bf
dev-python/hypothesis: Enable py3.13
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/hypothesis/hypothesis-6.100.5.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/hypothesis/hypothesis-6.100.5.ebuild
b/dev-python/hypothesis/hypothesis-6.100.5.ebuild
index 13d62b8d6bd1..c2bf166b155f 100644
--- a/dev-python/hypothesis/hypothesis-6.100.5.ebuild
+++ b/dev-python/hypothesis/hypothesis-6.100.5.ebuild
@@ -5,7 +5,7 @@ EAPI=8
DISTUTILS_USE_PEP517=setuptools
CLI_COMPAT=( python3_{10..12} )
-PYTHON_COMPAT=( "${CLI_COMPAT[@]}" pypy3 )
+PYTHON_COMPAT=( "${CLI_COMPAT[@]}" pypy3 python3_13 )
PYTHON_REQ_USE="threads(+),sqlite"
inherit distutils-r1 multiprocessing optfeature