commit: 59fa99df899b3db0770f82bc3a028239fe63fd58 Author: Yixun Lan <dlan <AT> gentoo <DOT> org> AuthorDate: Sat Mar 29 13:24:39 2025 +0000 Commit: Yixun Lan <dlan <AT> gentoo <DOT> org> CommitDate: Sat Mar 29 14:28:18 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59fa99df
sys-apps/tuned: enable py3.13 Closes: https://bugs.gentoo.org/952720 Signed-off-by: Yixun Lan <dlan <AT> gentoo.org> 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 4acfafc66f79..f0dbc2de388f 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
