commit: 366c4051d2fd8f572f37ba993c3fea92bd5c17df Author: Mike Gilbert <floppym <AT> gentoo <DOT> org> AuthorDate: Thu Oct 12 20:30:54 2023 +0000 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org> CommitDate: Thu Oct 12 20:31:20 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=366c4051
sys-apps/systemd-utils: enable py3.12 Closes: https://bugs.gentoo.org/915630 Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org> 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 acd85797cc65..9916ee96b58c 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)
