From 6c64dc2def3db728a8df3f28a34574615c025a45 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Tue, 15 Jul 2025 08:43:53 +0200 Subject: [PATCH] dev-python/hypothesis-gentoo: Enable py3.13t & py3.14t MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- dev-python/hypothesis-gentoo/hypothesis-gentoo-3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/hypothesis-gentoo/hypothesis-gentoo-3.ebuild b/dev-python/hypothesis-gentoo/hypothesis-gentoo-3.ebuild index 8d93a5d56f704..9809f49fca739 100644 --- a/dev-python/hypothesis-gentoo/hypothesis-gentoo-3.ebuild +++ b/dev-python/hypothesis-gentoo/hypothesis-gentoo-3.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=flit -PYTHON_COMPAT=( pypy3_11 python3_{11..14} ) +PYTHON_COMPAT=( pypy3_11 python3_{11..14} python3_{13,14}t ) inherit distutils-r1 pypi