From: Michał Górny Date: Fri, 15 Nov 2019 16:12:59 +0000 (+0100) Subject: dev-python/pyparsing: Enable py3.8 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=bdab4698e0244ba0db7dde7f9e60b9dbc7c79f09;p=gentoo.git dev-python/pyparsing: Enable py3.8 Signed-off-by: Michał Górny --- diff --git a/dev-python/pyparsing/pyparsing-2.4.0.ebuild b/dev-python/pyparsing/pyparsing-2.4.0.ebuild index d5e6f6a13682..bed60583a293 100644 --- a/dev-python/pyparsing/pyparsing-2.4.0.ebuild +++ b/dev-python/pyparsing/pyparsing-2.4.0.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{5,6,7} pypy pypy3 ) +PYTHON_COMPAT=( python2_7 python3_{5,6,7,8} pypy pypy3 ) inherit distutils-r1