dev-python/pygit2: Enable py3.7

This commit is contained in:
Michał Górny
2018-07-19 00:06:21 +02:00
parent 841e71f3e9
commit f4ec265905

View File

@@ -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