diff options
author | Paweł Tomak <pawel@tomak.eu> | 2019-01-21 14:50:53 +0100 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2019-02-05 23:34:54 +0100 |
commit | 80396435b9be409748c0d04803e5e72de2cbd5e6 (patch) | |
tree | b72f9f749fee532f5a180f904f01297625c5758d /net-mail | |
parent | dev-python/asciitree: fix description. (diff) | |
download | gentoo-80396435b9be409748c0d04803e5e72de2cbd5e6.tar.gz gentoo-80396435b9be409748c0d04803e5e72de2cbd5e6.tar.bz2 gentoo-80396435b9be409748c0d04803e5e72de2cbd5e6.zip |
net-mail/notmuch: add Python 3.7 to supported versions.
Signed-off-by: Paweł Tomak <pawel@tomak.eu>
Closes: https://github.com/gentoo/gentoo/pull/10881
Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
Diffstat (limited to 'net-mail')
-rw-r--r-- | net-mail/notmuch/notmuch-0.27.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-mail/notmuch/notmuch-0.27.ebuild b/net-mail/notmuch/notmuch-0.27.ebuild index 84ffe93ca8da..1a4cee2643a4 100644 --- a/net-mail/notmuch/notmuch-0.27.ebuild +++ b/net-mail/notmuch/notmuch-0.27.ebuild @@ -4,7 +4,7 @@ EAPI=6 DISTUTILS_OPTIONAL=1 -PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6,3_7} ) inherit bash-completion-r1 elisp-common eutils flag-o-matic pax-utils \ distutils-r1 toolchain-funcs |