From: Piotr Karbowski Date: Mon, 30 Dec 2019 20:56:06 +0000 (+0100) Subject: dev-python/funcparserlib-0.3.6-r1: python 3.8 support added. X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=fc99644b07a154a1dea220cb3d0b419a1dbc2d5d;p=gentoo.git dev-python/funcparserlib-0.3.6-r1: python 3.8 support added. Signed-off-by: Piotr Karbowski --- diff --git a/dev-python/funcparserlib/funcparserlib-0.3.6-r1.ebuild b/dev-python/funcparserlib/funcparserlib-0.3.6-r1.ebuild index d43775d3201b..965b51689c54 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,3_7} pypy ) +PYTHON_COMPAT=( python{2_7,3_5,3_6,3_7,3_8} pypy ) inherit distutils-r1