From: Michał Górny Date: Sat, 14 Jul 2018 20:13:59 +0000 (+0200) Subject: dev-python/wstools: Enable py3.7 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=170105e2624d8d09d70a4b9df61e5ee156209467;p=gentoo.git dev-python/wstools: Enable py3.7 --- diff --git a/dev-python/wstools/wstools-0.4.5-r1.ebuild b/dev-python/wstools/wstools-0.4.5-r1.ebuild index 9cd40cc8a03a..ee485d999110 100644 --- a/dev-python/wstools/wstools-0.4.5-r1.ebuild +++ b/dev-python/wstools/wstools-0.4.5-r1.ebuild @@ -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