commit: fb8dfca4f4ac3293c0828fbcba4ea5cefe5f738d
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 21 18:25:43 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Dec 21 18:35:19 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb8dfca4
net-mail/notmuch: Remove py3.11
Signed-off-by: Michał Górny <mgorny <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 96f91f590d8a..8e0b8c6a0b5b 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..14} pypy3_11 )
+PYTHON_COMPAT=( python3_{12..14} )
inherit bash-completion-r1 desktop distutils-r1 elisp-common flag-o-matic
pax-utils toolchain-funcs xdg-utils