From f4ec26590525b6adeee30b82d92a8aca1ba8b70d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Thu, 19 Jul 2018 00:06:21 +0200 Subject: [PATCH] dev-python/pygit2: Enable py3.7 --- dev-python/pygit2/pygit2-0.27.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/pygit2/pygit2-0.27.1.ebuild b/dev-python/pygit2/pygit2-0.27.1.ebuild index aaf291a7b44be..5cbd6a17c976a 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