From: Patrick McLean Date: Wed, 29 Apr 2020 17:38:13 +0000 (-0700) Subject: dev-python/pretty-yaml-15.8.2: add py38 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=62186cf71925da69b634bf7d88750799ff350c28;p=gentoo.git dev-python/pretty-yaml-15.8.2: add py38 Copyright: Sony Interactive Entertainment Inc. Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Patrick McLean --- diff --git a/dev-python/pretty-yaml/pretty-yaml-15.8.2.ebuild b/dev-python/pretty-yaml/pretty-yaml-15.8.2.ebuild index bdc96b79b405..b6ea020e3917 100644 --- a/dev-python/pretty-yaml/pretty-yaml-15.8.2.ebuild +++ b/dev-python/pretty-yaml/pretty-yaml-15.8.2.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{6,7} ) +PYTHON_COMPAT=( python3_{6,7,8} ) inherit distutils-r1