Revert "net-mail/b4: Add python3.14 support"

This reverts commit ab2d146b2e.

See 994d5071fe.

Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2025-11-04 20:58:49 +00:00
parent 9b9b5b89e3
commit 298c871c63

View File

@@ -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"