From e0f1a0dab72ab76be749992e979c7fb24c0e2cf4 Mon Sep 17 00:00:00 2001 From: Ian Jordan Date: Mon, 28 Apr 2025 05:48:29 +0100 Subject: [PATCH] app-admin/syslog-summary: enable py3.13 No test suite, passed runtime check. Closes: https://bugs.gentoo.org/952171 Signed-off-by: Ian Jordan Part-of: https://github.com/gentoo/gentoo/pull/41809 Closes: https://github.com/gentoo/gentoo/pull/41809 Signed-off-by: Sam James --- app-admin/syslog-summary/syslog-summary-1.14-r5.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-admin/syslog-summary/syslog-summary-1.14-r5.ebuild b/app-admin/syslog-summary/syslog-summary-1.14-r5.ebuild index 24c908b81558..7733aba111dc 100644 --- a/app-admin/syslog-summary/syslog-summary-1.14-r5.ebuild +++ b/app-admin/syslog-summary/syslog-summary-1.14-r5.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) inherit python-single-r1