From: Michał Górny Date: Sat, 14 Jul 2018 20:09:32 +0000 (+0200) Subject: dev-python/funcsigs: Enable py3.7 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=7c5fc04b3bc229da7e102d7a9a7661f3cd8f9b32;p=gentoo.git dev-python/funcsigs: Enable py3.7 --- diff --git a/dev-python/funcsigs/funcsigs-1.0.2-r1.ebuild b/dev-python/funcsigs/funcsigs-1.0.2-r1.ebuild index 9d4466231cf6..6f23d1222a43 100644 --- a/dev-python/funcsigs/funcsigs-1.0.2-r1.ebuild +++ b/dev-python/funcsigs/funcsigs-1.0.2-r1.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy{,3} ) +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6,3_7} pypy{,3} ) inherit distutils-r1