commit: bcbc438ba7d625cb0bfa30565e1faa71efa4243e Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Tue Nov 4 11:39:29 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Tue Nov 4 11:39:29 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bcbc438b
app-portage/gentoolkit: disable py3.14 for <0.6.10 Bug: https://bugs.gentoo.org/965514 Signed-off-by: Sam James <sam <AT> gentoo.org> app-portage/gentoolkit/gentoolkit-0.6.9.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-portage/gentoolkit/gentoolkit-0.6.9.ebuild b/app-portage/gentoolkit/gentoolkit-0.6.9.ebuild index 89a2e325460d..8c1a95c3273b 100644 --- a/app-portage/gentoolkit/gentoolkit-0.6.9.ebuild +++ b/app-portage/gentoolkit/gentoolkit-0.6.9.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{11..14} pypy3_11 ) +PYTHON_COMPAT=( python3_{11..13} pypy3_11 ) PYTHON_REQ_USE="xml(+),threads(+)" inherit meson python-r1 tmpfiles
