commit: a912762d067de7c2cf0659b33ffeaf03f560e04a
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 21 18:40:07 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Dec 21 18:40:37 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a912762d
app-portage/gentoolkit: Remove py3.11
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
app-portage/gentoolkit/gentoolkit-0.6.11.ebuild | 2 +-
app-portage/gentoolkit/gentoolkit-0.6.8.ebuild | 2 +-
app-portage/gentoolkit/gentoolkit-9999.ebuild | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/app-portage/gentoolkit/gentoolkit-0.6.11.ebuild
b/app-portage/gentoolkit/gentoolkit-0.6.11.ebuild
index 8b22c06fecc0..8d9223b1a26e 100644
--- a/app-portage/gentoolkit/gentoolkit-0.6.11.ebuild
+++ b/app-portage/gentoolkit/gentoolkit-0.6.11.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-PYTHON_COMPAT=( python3_{11..14} pypy3_11 )
+PYTHON_COMPAT=( python3_{12..14} )
PYTHON_REQ_USE="xml(+),threads(+)"
inherit meson python-r1 tmpfiles
diff --git a/app-portage/gentoolkit/gentoolkit-0.6.8.ebuild
b/app-portage/gentoolkit/gentoolkit-0.6.8.ebuild
index d4413dbba5fc..b0044db25edf 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 pypy3_11 )
+PYTHON_COMPAT=( python3_{12..13} )
PYTHON_REQ_USE="xml(+),threads(+)"
inherit meson python-r1 tmpfiles
diff --git a/app-portage/gentoolkit/gentoolkit-9999.ebuild
b/app-portage/gentoolkit/gentoolkit-9999.ebuild
index 8b22c06fecc0..8d9223b1a26e 100644
--- a/app-portage/gentoolkit/gentoolkit-9999.ebuild
+++ b/app-portage/gentoolkit/gentoolkit-9999.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-PYTHON_COMPAT=( python3_{11..14} pypy3_11 )
+PYTHON_COMPAT=( python3_{12..14} )
PYTHON_REQ_USE="xml(+),threads(+)"
inherit meson python-r1 tmpfiles