commit: 31795c5661cbefd3d6d6c3a43a6cdfe767b84ea6 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sun Jun 8 23:11:11 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sun Jun 8 23:12:33 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31795c56
media-sound/pithos: enable py3.13 Closes: https://bugs.gentoo.org/952553 Signed-off-by: Sam James <sam <AT> gentoo.org> media-sound/pithos/pithos-1.6.2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-sound/pithos/pithos-1.6.2.ebuild b/media-sound/pithos/pithos-1.6.2.ebuild index 170c8663b4a8..66c853008b10 100644 --- a/media-sound/pithos/pithos-1.6.2.ebuild +++ b/media-sound/pithos/pithos-1.6.2.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_{11..13} ) inherit xdg meson gnome2-utils virtualx python-r1 DESCRIPTION="Pandora.com client for the GNOME desktop"
