app-portage/diffmask: Enable py3.7
authorMichał Górny <mgorny@gentoo.org>
Fri, 29 Nov 2019 08:29:16 +0000 (09:29 +0100)
committerMichał Górny <mgorny@gentoo.org>
Fri, 29 Nov 2019 10:59:48 +0000 (11:59 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
app-portage/diffmask/diffmask-0.3.3-r4.ebuild
app-portage/diffmask/diffmask-9999.ebuild

index 0f2b49d1e55c43c9b2f4b858dcd1eda6869f8cff..dd881f74bd08fc842ba37b7931709a33772edd81 100644 (file)
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python{2_7,3_5,3_6} pypy )
+PYTHON_COMPAT=( python{2_7,3_5,3_6,3_7} pypy )
 
 inherit distutils-r1
 
index f2c1fc19249a3fc1a1953ed3e9137a9f24619a20..b8f95825456d942a8c40b84cfba7cbcd49922778 100644 (file)
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python{2_7,3_5,3_6} pypy )
+PYTHON_COMPAT=( python{2_7,3_5,3_6,3_7} pypy )
 
 inherit distutils-r1 git-r3