From ab2d146b2e4d082a6b4d721a144bb62d15df4181 Mon Sep 17 00:00:00 2001 From: Sasha Finkelstein Date: Mon, 3 Nov 2025 15:15:56 +0100 Subject: [PATCH] net-mail/b4: Add python3.14 support Signed-off-by: Sasha Finkelstein Part-of: https://github.com/gentoo/gentoo/pull/44450 Signed-off-by: Sam James --- net-mail/b4/b4-0.14.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-mail/b4/b4-0.14.3.ebuild b/net-mail/b4/b4-0.14.3.ebuild index 2634ebaf3e46c..fc2f9a1d5fa3c 100644 --- a/net-mail/b4/b4-0.14.3.ebuild +++ b/net-mail/b4/b4-0.14.3.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{11..13} ) +PYTHON_COMPAT=( python3_{11..14} ) inherit distutils-r1 DESCRIPTION="Utility for fetching patchsets from public-inbox"