From 67c50d9c17bf20d5c474364fd3617d4b2b106a85 Mon Sep 17 00:00:00 2001 From: Andreas Sturmlechner Date: Sat, 9 May 2026 13:11:15 +0200 Subject: [PATCH] media-sound/kid3: enable py3.14 Closes: https://bugs.gentoo.org/974008 Signed-off-by: Andreas Sturmlechner --- media-sound/kid3/kid3-3.9.7.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-sound/kid3/kid3-3.9.7.ebuild b/media-sound/kid3/kid3-3.9.7.ebuild index 60af1bfb1275e..04bc6789bbf63 100644 --- a/media-sound/kid3/kid3-3.9.7.ebuild +++ b/media-sound/kid3/kid3-3.9.7.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_{11..13} ) +PYTHON_COMPAT=( python3_{11..14} ) inherit cmake kde.org python-any-r1 xdg DESCRIPTION="Simple tag editor based on Qt"