From 4fc49b111c23ac4820233e9e021bb24ed90fcf21 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Sun, 16 Mar 2025 08:00:12 +0100 Subject: [PATCH] app-portage/gentoolkit: Enable pypy3.11 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Closes: https://bugs.gentoo.org/950996 Signed-off-by: Michał Górny --- app-portage/gentoolkit/gentoolkit-0.6.8.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-portage/gentoolkit/gentoolkit-0.6.8.ebuild b/app-portage/gentoolkit/gentoolkit-0.6.8.ebuild index dfd951deb1c3d..b478ab177cb64 100644 --- a/app-portage/gentoolkit/gentoolkit-0.6.8.ebuild +++ b/app-portage/gentoolkit/gentoolkit-0.6.8.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{10..13} pypy3 ) +PYTHON_COMPAT=( python3_{10..13} pypy3 pypy3_11 ) PYTHON_REQ_USE="xml(+),threads(+)" inherit meson python-r1 tmpfiles