From 360af58366fa4cf5f7e15660bb620199bdeef1d4 Mon Sep 17 00:00:00 2001 From: Pacho Ramos Date: Wed, 6 May 2026 18:58:50 +0200 Subject: [PATCH] net-libs/dleyna: enable py3.14 Closes: https://bugs.gentoo.org/974188 Signed-off-by: Pacho Ramos --- net-libs/dleyna/dleyna-0.8.3-r2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-libs/dleyna/dleyna-0.8.3-r2.ebuild b/net-libs/dleyna/dleyna-0.8.3-r2.ebuild index 2526cc9b7e52f..a52c04ce459fb 100644 --- a/net-libs/dleyna/dleyna-0.8.3-r2.ebuild +++ b/net-libs/dleyna/dleyna-0.8.3-r2.ebuild @@ -1,8 +1,8 @@ -# Copyright 2022-2025 Gentoo Authors +# Copyright 2022-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 meson python-single-r1