From 366c4051d2fd8f572f37ba993c3fea92bd5c17df Mon Sep 17 00:00:00 2001 From: Mike Gilbert Date: Thu, 12 Oct 2023 16:30:54 -0400 Subject: [PATCH] sys-apps/systemd-utils: enable py3.12 Closes: https://bugs.gentoo.org/915630 Signed-off-by: Mike Gilbert --- sys-apps/systemd-utils/systemd-utils-254.5-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-apps/systemd-utils/systemd-utils-254.5-r1.ebuild b/sys-apps/systemd-utils/systemd-utils-254.5-r1.ebuild index acd85797cc65a..9916ee96b58cc 100644 --- a/sys-apps/systemd-utils/systemd-utils-254.5-r1.ebuild +++ b/sys-apps/systemd-utils/systemd-utils-254.5-r1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{10..11} ) +PYTHON_COMPAT=( python3_{10..12} ) QA_PKGCONFIG_VERSION=$(ver_cut 1)