commit: 21c4a120f569b9078854c5e77cf87c8b263cb06c Author: Alexander Tsoy <alexander <AT> tsoy <DOT> me> AuthorDate: Fri Mar 28 16:13:25 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Fri Mar 28 17:23:02 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21c4a120
media-sound/klick: enable py3.13 Closes: https://bugs.gentoo.org/952550 Signed-off-by: Alexander Tsoy <alexander <AT> tsoy.me> Signed-off-by: Sam James <sam <AT> gentoo.org> media-sound/klick/klick-0.12.2-r5.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-sound/klick/klick-0.12.2-r5.ebuild b/media-sound/klick/klick-0.12.2-r5.ebuild index 1b91c05ad65a..038f3af8f9cd 100644 --- a/media-sound/klick/klick-0.12.2-r5.ebuild +++ b/media-sound/klick/klick-0.12.2-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-any-r1 scons-utils toolchain-funcs
