dev-python/twisted: Enable py3.7
authorMichał Górny <mgorny@gentoo.org>
Sat, 14 Jul 2018 20:15:32 +0000 (22:15 +0200)
committerMichał Górny <mgorny@gentoo.org>
Mon, 16 Jul 2018 19:57:10 +0000 (21:57 +0200)
dev-python/twisted/twisted-18.4.0.ebuild
dev-python/twisted/twisted-18.7.0.ebuild

index cc0e79d778b7e66ebde549108d0ba466a83e9f74..4cbee6f4674d427f9b52e476cbeddf2e2f0f087e 100644 (file)
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python2_7 python3_{4,5,6})
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
 PYTHON_REQ_USE="threads(+)"
 
 inherit distutils-r1
index 2e8c447605bb8094df46fba4a876e088e2a59a24..7b16b0b196a16302d8032cfd9c38deae36b8c535 100644 (file)
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} )
 PYTHON_REQ_USE="threads(+)"
 
 inherit distutils-r1