From 3e335175502b1cbb0180b38366154b441a77bab9 Mon Sep 17 00:00:00 2001 From: Sam James Date: Thu, 29 May 2025 21:10:41 +0100 Subject: [PATCH] net-mail/notmuch: enable py3.14 Signed-off-by: Sam James --- net-mail/notmuch/notmuch-0.39.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-mail/notmuch/notmuch-0.39.ebuild b/net-mail/notmuch/notmuch-0.39.ebuild index b30a06621e4e7..fdea671dfc742 100644 --- a/net-mail/notmuch/notmuch-0.39.ebuild +++ b/net-mail/notmuch/notmuch-0.39.ebuild @@ -6,7 +6,7 @@ EAPI=8 DISTUTILS_EXT=1 DISTUTILS_OPTIONAL=1 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{11..13} pypy3_11 ) +PYTHON_COMPAT=( python3_{11..14} pypy3_11 ) inherit bash-completion-r1 desktop distutils-r1 elisp-common flag-o-matic pax-utils toolchain-funcs xdg-utils