From b39936d0b8033ff790f308341ceda9752afd9d87 Mon Sep 17 00:00:00 2001 From: Alfred Wingate Date: Wed, 29 Apr 2026 05:49:33 +0300 Subject: [PATCH] app-misc/media-player-info: enable py3.14 Signed-off-by: Alfred Wingate Part-of: https://codeberg.org/gentoo/gentoo/pulls/776 Signed-off-by: Sam James --- 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 ae0a7d59f7ef..cce9622ed19d 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-2025 Gentoo Authors +# Copyright 1999-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{10..13} ) +PYTHON_COMPAT=( python3_{11..14} ) inherit python-any-r1 udev DESCRIPTION="Repository of data files describing media player capabilities"