dev-python/setuptools: Enable py3.7
authorMichał Górny <mgorny@gentoo.org>
Sat, 14 Jul 2018 20:08:25 +0000 (22:08 +0200)
committerMichał Górny <mgorny@gentoo.org>
Mon, 16 Jul 2018 19:56:23 +0000 (21:56 +0200)
dev-python/setuptools/setuptools-40.0.0.ebuild
dev-python/setuptools/setuptools-9999.ebuild

index 60944fe5362222c108e1a77455c6b5a40456621c..25ed8958758ddce6e1d9bdc0e8d9ee7ca1e86fc4 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} pypy{,3} )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} pypy{,3} )
 PYTHON_REQ_USE="xml(+)"
 
 inherit distutils-r1
index 28829b6f5f082437fbe6e76512f8a6e0e816ecdc..ffd124714700db3831506b7f4b9720c8b617d501 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} pypy{,3} )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} pypy{,3} )
 PYTHON_REQ_USE="xml(+)"
 
 inherit distutils-r1