From 298c871c63dc33134aa0a097658283c76bbc76cc Mon Sep 17 00:00:00 2001 From: Sam James Date: Tue, 4 Nov 2025 20:58:49 +0000 Subject: [PATCH] Revert "net-mail/b4: Add python3.14 support" This reverts commit ab2d146b2e4d082a6b4d721a144bb62d15df4181. See 994d5071febce8948a73a13c2db3b7df18fcaf85. 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 fc2f9a1d5fa3c..2634ebaf3e46c 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..14} ) +PYTHON_COMPAT=( python3_{11..13} ) inherit distutils-r1 DESCRIPTION="Utility for fetching patchsets from public-inbox"