diff options
author | Sam James <sam@gentoo.org> | 2023-01-10 06:01:03 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-01-10 06:01:03 +0000 |
commit | 4e0d25e7fc06b82af0a414416f4f5c9e556f1e91 (patch) | |
tree | 23ac8b39cc8ba645bcc5ece420c92cd010556378 /net-mail | |
parent | sys-libs/talloc: enable py3.11 (diff) | |
download | gentoo-4e0d25e7fc06b82af0a414416f4f5c9e556f1e91.tar.gz gentoo-4e0d25e7fc06b82af0a414416f4f5c9e556f1e91.tar.bz2 gentoo-4e0d25e7fc06b82af0a414416f4f5c9e556f1e91.zip |
net-mail/notmuch: enable py3.11
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-mail')
-rw-r--r-- | net-mail/notmuch/notmuch-0.37.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-mail/notmuch/notmuch-0.37.ebuild b/net-mail/notmuch/notmuch-0.37.ebuild index 82de22415b12..718c9f43af36 100644 --- a/net-mail/notmuch/notmuch-0.37.ebuild +++ b/net-mail/notmuch/notmuch-0.37.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_OPTIONAL=1 NEED_EMACS="24.1" -PYTHON_COMPAT=( python3_{8..10} pypy3 ) +PYTHON_COMPAT=( python3_{8..11} pypy3 ) inherit bash-completion-r1 desktop distutils-r1 elisp-common flag-o-matic pax-utils toolchain-funcs xdg-utils |