From e4b67f6bb2bf6108b0102e61608a7c14477c5ff4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Thu, 30 Jul 2020 07:48:27 +0200 Subject: [PATCH] dev-python/cli_helpers: Port to py3.9 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- dev-python/cli_helpers/cli_helpers-2.1.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/cli_helpers/cli_helpers-2.1.0.ebuild b/dev-python/cli_helpers/cli_helpers-2.1.0.ebuild index b4159629ae3a2..8e70cb86e4474 100644 --- a/dev-python/cli_helpers/cli_helpers-2.1.0.ebuild +++ b/dev-python/cli_helpers/cli_helpers-2.1.0.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6,7} ) +PYTHON_COMPAT=( python3_{6..9} ) inherit distutils-r1 DESCRIPTION="Python helpers for common CLI tasks"