From: Jason Zaman Date: Sun, 29 Mar 2020 02:08:33 +0000 (+0800) Subject: dev-python/astunparse: add python3_7 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=16f58a79beca94f0fcd64df63d001e6ac7363944;p=gentoo.git dev-python/astunparse: add python3_7 Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Jason Zaman --- diff --git a/dev-python/astunparse/astunparse-1.6.2.ebuild b/dev-python/astunparse/astunparse-1.6.2.ebuild index ea706a5884e2..304fa3dd21c9 100644 --- a/dev-python/astunparse/astunparse-1.6.2.ebuild +++ b/dev-python/astunparse/astunparse-1.6.2.ebuild @@ -1,9 +1,9 @@ -# Copyright 2019 Gentoo Authors +# Copyright 2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_6 ) +PYTHON_COMPAT=( python3_6 python3_7 ) inherit distutils-r1 DESCRIPTION="Astun parser for python"