commit: adaf91759f2327d75206831f634f6b04d5a128ce Author: Sasha Finkelstein <fnkl.kernel <AT> gmail <DOT> com> AuthorDate: Fri Oct 31 19:29:37 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sat Nov 1 10:13:46 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=adaf9175
sys-apps/systemd: Add python3.14 support Signed-off-by: Sasha Finkelstein <fnkl.kernel <AT> gmail.com> Part-of: https://github.com/gentoo/gentoo/pull/44408 Signed-off-by: Sam James <sam <AT> gentoo.org> sys-apps/systemd/systemd-258.1.ebuild | 2 +- sys-apps/systemd/systemd-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-apps/systemd/systemd-258.1.ebuild b/sys-apps/systemd/systemd-258.1.ebuild index a30efa0af8f4..0c8e6cfefb40 100644 --- a/sys-apps/systemd/systemd-258.1.ebuild +++ b/sys-apps/systemd/systemd-258.1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{11..13} ) +PYTHON_COMPAT=( python3_{11..14} ) # Avoid QA warnings TMPFILES_OPTIONAL=1 diff --git a/sys-apps/systemd/systemd-9999.ebuild b/sys-apps/systemd/systemd-9999.ebuild index c43a7c670386..866a576bd554 100644 --- a/sys-apps/systemd/systemd-9999.ebuild +++ b/sys-apps/systemd/systemd-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{11..13} ) +PYTHON_COMPAT=( python3_{11..14} ) # Avoid QA warnings TMPFILES_OPTIONAL=1
