dev-python/pygit2: Enable py3.7
authorMichał Górny <mgorny@gentoo.org>
Wed, 18 Jul 2018 22:06:21 +0000 (00:06 +0200)
committerMichał Górny <mgorny@gentoo.org>
Wed, 18 Jul 2018 22:11:12 +0000 (00:11 +0200)
dev-python/pygit2/pygit2-0.27.1.ebuild

index aaf291a7b44be6d4a00548eec71ec72ee5049377..5cbd6a17c976a82a4e0e48cf9f2580bb084072cf 100644 (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