commit: ff93fee62c18acfa00d6bce035fbd0ec0d8322fe Author: Joe Kappus <joe <AT> wt <DOT> gd> AuthorDate: Thu Dec 11 00:34:59 2025 +0000 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org> CommitDate: Thu Dec 11 19:00:45 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff93fee6
sys-apps/systemd-utils: enable py3.14 tests pass. Signed-off-by: Joe Kappus <joe <AT> wt.gd> Part-of: https://github.com/gentoo/gentoo/pull/44986 Closes: https://github.com/gentoo/gentoo/pull/44986 Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org> sys-apps/systemd-utils/systemd-utils-256.17.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-apps/systemd-utils/systemd-utils-256.17.ebuild b/sys-apps/systemd-utils/systemd-utils-256.17.ebuild index c8195708e031..c2cbf555153a 100644 --- a/sys-apps/systemd-utils/systemd-utils-256.17.ebuild +++ b/sys-apps/systemd-utils/systemd-utils-256.17.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{10..13} ) +PYTHON_COMPAT=( python3_{11..14} ) QA_PKGCONFIG_VERSION=$(ver_cut 1)
