From 31795c5661cbefd3d6d6c3a43a6cdfe767b84ea6 Mon Sep 17 00:00:00 2001 From: Sam James Date: Mon, 9 Jun 2025 00:11:11 +0100 Subject: [PATCH] media-sound/pithos: enable py3.13 Closes: https://bugs.gentoo.org/952553 Signed-off-by: Sam James --- 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 170c8663b4a80..66c853008b10a 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"