commit: 4fc49b111c23ac4820233e9e021bb24ed90fcf21 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Sun Mar 16 07:00:12 2025 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sun Mar 16 16:59:39 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4fc49b11
app-portage/gentoolkit: Enable pypy3.11 Closes: https://bugs.gentoo.org/950996 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> 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 dfd951deb1c3..b478ab177cb6 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
