From 59fa99df899b3db0770f82bc3a028239fe63fd58 Mon Sep 17 00:00:00 2001 From: Yixun Lan Date: Sat, 29 Mar 2025 21:24:39 +0800 Subject: [PATCH] sys-apps/tuned: enable py3.13 Closes: https://bugs.gentoo.org/952720 Signed-off-by: Yixun Lan --- sys-apps/tuned/tuned-2.25.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-apps/tuned/tuned-2.25.1.ebuild b/sys-apps/tuned/tuned-2.25.1.ebuild index 4acfafc66f79b..f0dbc2de388f1 100644 --- a/sys-apps/tuned/tuned-2.25.1.ebuild +++ b/sys-apps/tuned/tuned-2.25.1.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) inherit optfeature python-single-r1 tmpfiles xdg-utils