From 43f30cdea48832bb68188e7a00721068c49afcd6 Mon Sep 17 00:00:00 2001 From: Conrad Kostecki Date: Fri, 15 May 2026 00:57:55 +0200 Subject: [PATCH] net-irc/znc-palaver: drop py3.10, add py3.14 Closes: https://bugs.gentoo.org/974033 Signed-off-by: Conrad Kostecki --- net-irc/znc-palaver/znc-palaver-1.2.2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-irc/znc-palaver/znc-palaver-1.2.2.ebuild b/net-irc/znc-palaver/znc-palaver-1.2.2.ebuild index 4bb096636e558..0e1158cc7c432 100644 --- a/net-irc/znc-palaver/znc-palaver-1.2.2.ebuild +++ b/net-irc/znc-palaver/znc-palaver-1.2.2.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-single-r1 toolchain-funcs