From: Michał Górny Date: Wed, 18 Jul 2018 22:06:21 +0000 (+0200) Subject: dev-python/pygit2: Enable py3.7 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=f4ec26590525b6adeee30b82d92a8aca1ba8b70d;p=gentoo.git dev-python/pygit2: Enable py3.7 --- diff --git a/dev-python/pygit2/pygit2-0.27.1.ebuild b/dev-python/pygit2/pygit2-0.27.1.ebuild index aaf291a7b44b..5cbd6a17c976 100644 --- a/dev-python/pygit2/pygit2-0.27.1.ebuild +++ b/dev-python/pygit2/pygit2-0.27.1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{4,5,6} ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} ) inherit distutils-r1 eapi7-ver