From: Michał Górny Date: Sun, 14 Jul 2019 08:29:18 +0000 (+0200) Subject: dev-python/funcparserlib: Enable Python 3.7 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=e0eb27b9b4db615076cb2f8fdeb8a04b3e004d55;p=gentoo.git dev-python/funcparserlib: Enable Python 3.7 Signed-off-by: Michał Górny --- diff --git a/dev-python/funcparserlib/funcparserlib-0.3.6-r1.ebuild b/dev-python/funcparserlib/funcparserlib-0.3.6-r1.ebuild index 92c32a0482a3..44bdd4a9935a 100644 --- a/dev-python/funcparserlib/funcparserlib-0.3.6-r1.ebuild +++ b/dev-python/funcparserlib/funcparserlib-0.3.6-r1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python{2_7,3_5,3_6} pypy ) +PYTHON_COMPAT=( python{2_7,3_5,3_6,3_7} pypy ) inherit distutils-r1