From b9b62f2bf17ae39cacdfa268067d9411e9ce8d35 Mon Sep 17 00:00:00 2001 From: Alexey Shvetsov Date: Tue, 13 Oct 2020 23:07:01 +0300 Subject: [PATCH] dev-python/astor: Works with py39 Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Alexey Shvetsov --- dev-python/astor/astor-0.8.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/astor/astor-0.8.1.ebuild b/dev-python/astor/astor-0.8.1.ebuild index 92fa5a93e1fc2..c233d3d04d9b1 100644 --- a/dev-python/astor/astor-0.8.1.ebuild +++ b/dev-python/astor/astor-0.8.1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python{3_6,3_7,3_8} ) +PYTHON_COMPAT=( python3_{6,7,8,9} ) DISTUTILS_USE_SETUPTOOLS=bdepend inherit distutils-r1