app-portage/gpyutils: Enable py3.7
authorMichał Górny <mgorny@gentoo.org>
Tue, 17 Jul 2018 11:35:34 +0000 (13:35 +0200)
committerMichał Górny <mgorny@gentoo.org>
Tue, 17 Jul 2018 11:35:53 +0000 (13:35 +0200)
app-portage/gpyutils/gpyutils-0.2.2.ebuild
app-portage/gpyutils/gpyutils-9999.ebuild

index d46dffd507046430a73dcc0a539d0633920532c4..b1c59ceabd2049356d61785814be88d6fb2acf06 100644 (file)
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6,3_7} pypy )
 
 inherit distutils-r1
 
index 06e17abf9f0014d3e991f293f63b6e6aebe5f944..b91c5aef712ca3025c80947d2ee058936d3272a2 100644 (file)
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6,3_7} pypy )
 
 EGIT_REPO_URI="https://github.com/mgorny/gpyutils.git"
 inherit distutils-r1 git-r3