commit: c27f3890da5a4b02e3d4c2fab1a205ad74053d38 Author: Alfred Wingate <parona <AT> protonmail <DOT> com> AuthorDate: Fri Apr 18 02:43:21 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sun Apr 20 08:00:15 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c27f3890
media-sound/playerctl: enable py3.12, py3.13 Closes: https://bugs.gentoo.org/952155 Signed-off-by: Alfred Wingate <parona <AT> protonmail.com> Signed-off-by: Sam James <sam <AT> gentoo.org> media-sound/playerctl/playerctl-2.4.1-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-sound/playerctl/playerctl-2.4.1-r1.ebuild b/media-sound/playerctl/playerctl-2.4.1-r1.ebuild index e5c8cd2d4649..258fb2c74c9c 100644 --- a/media-sound/playerctl/playerctl-2.4.1-r1.ebuild +++ b/media-sound/playerctl/playerctl-2.4.1-r1.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..11} ) +PYTHON_COMPAT=( python3_{10..13} ) inherit bash-completion-r1 meson python-any-r1 virtualx xdg-utils DESCRIPTION="A CLI utility to control media players over MPRIS"