commit: ea71f962851861bd8f32f6b73bddf1b089b424ff
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun May 11 12:59:06 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun May 11 12:59:06 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea71f962
sys-apps/systemd: enable py3.13 for 254*
This aids people upgrading from the old 17.1 profiles.
Signed-off-by: Sam James <sam <AT> gentoo.org>
sys-apps/systemd/systemd-254.22.ebuild | 2 +-
sys-apps/systemd/systemd-254.24.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/sys-apps/systemd/systemd-254.22.ebuild
b/sys-apps/systemd/systemd-254.22.ebuild
index 97a80e2a2100..06aaac504f18 100644
--- a/sys-apps/systemd/systemd-254.22.ebuild
+++ b/sys-apps/systemd/systemd-254.22.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=8
-PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_COMPAT=( python3_{10..13} )
# Avoid QA warnings
TMPFILES_OPTIONAL=1
diff --git a/sys-apps/systemd/systemd-254.24.ebuild
b/sys-apps/systemd/systemd-254.24.ebuild
index e03a824e1783..792f78c88dcb 100644
--- a/sys-apps/systemd/systemd-254.24.ebuild
+++ b/sys-apps/systemd/systemd-254.24.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=8
-PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_COMPAT=( python3_{10..13} )
# Avoid QA warnings
TMPFILES_OPTIONAL=1