dev-python/wstools: Enable py3.7
authorMichał Górny <mgorny@gentoo.org>
Sat, 14 Jul 2018 20:13:59 +0000 (22:13 +0200)
committerMichał Górny <mgorny@gentoo.org>
Mon, 16 Jul 2018 19:56:55 +0000 (21:56 +0200)
dev-python/wstools/wstools-0.4.5-r1.ebuild

index 9cd40cc8a03a3d96eccf77cdc28e5c9ee78f545e..ee485d9991100b29ee2c476195e819395f32bc43 100644 (file)
@@ -3,7 +3,7 @@
 
 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 )
 PYTHON_REQ_USE="xml(+)"
 
 inherit distutils-r1