From 3802f555742d66e0b37511c6a1cbb51782de5397 Mon Sep 17 00:00:00 2001 From: Alexander Tsoy Date: Mon, 6 Jul 2026 18:17:13 +0300 Subject: [PATCH] net-irc/srain: enable py3.14 Signed-off-by: Alexander Tsoy --- net-irc/srain/srain-1.8.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-irc/srain/srain-1.8.1.ebuild b/net-irc/srain/srain-1.8.1.ebuild index 3f0fe02739..f225e5e306 100644 --- a/net-irc/srain/srain-1.8.1.ebuild +++ b/net-irc/srain/srain-1.8.1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{12..13} ) +PYTHON_COMPAT=( python3_{12..14} ) inherit meson python-any-r1 xdg DESCRIPTION="Modern, beautiful IRC client written in GTK+ 3"