commit: 31982f1e5281591e4f71790dde85954b6dbb1167 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org> AuthorDate: Sat Apr 12 17:34:54 2025 +0000 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org> CommitDate: Sat Apr 12 17:40:36 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31982f1e
app-misc/media-player-info: enable py3.13 Closes: https://bugs.gentoo.org/952223 Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org> app-misc/media-player-info/media-player-info-24-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-misc/media-player-info/media-player-info-24-r1.ebuild b/app-misc/media-player-info/media-player-info-24-r1.ebuild index abe84813a2a2..ae0a7d59f7ef 100644 --- a/app-misc/media-player-info/media-player-info-24-r1.ebuild +++ b/app-misc/media-player-info/media-player-info-24-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_{9..12} ) +PYTHON_COMPAT=( python3_{10..13} ) inherit python-any-r1 udev DESCRIPTION="Repository of data files describing media player capabilities"
