net-irc/weechat: Add python3.14 support

Signed-off-by: Sasha Finkelstein <fnkl.kernel@gmail.com>
Part-of: https://github.com/gentoo/gentoo/pull/44450
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sasha Finkelstein
2025-11-03 15:25:34 +01:00
committed by Sam James
parent b57f34ed94
commit 5eeaa36a57
2 changed files with 2 additions and 2 deletions

View File

@@ -5,7 +5,7 @@ EAPI=8
GUILE_COMPAT=( 2-2 3-0 )
LUA_COMPAT=( lua5-{1..4} )
PYTHON_COMPAT=( python3_{11..13} )
PYTHON_COMPAT=( python3_{11..14} )
GENTOO_DEPEND_ON_PERL=no
inherit guile-single lua-single perl-module python-single-r1 cmake xdg

View File

@@ -5,7 +5,7 @@ EAPI=8
GUILE_COMPAT=( 2-2 3-0 )
LUA_COMPAT=( lua5-{1..4} )
PYTHON_COMPAT=( python3_{11..13} )
PYTHON_COMPAT=( python3_{11..14} )
GENTOO_DEPEND_ON_PERL=no
inherit guile-single lua-single perl-module python-single-r1 cmake xdg