commit: 3e335175502b1cbb0180b38366154b441a77bab9
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu May 29 20:10:41 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu May 29 20:12:05 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e335175
net-mail/notmuch: enable py3.14
Signed-off-by: Sam James <sam <AT> gentoo.org>
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 b30a06621e4e..fdea671dfc74 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