From 3989ae4477cff04aece61ea07b6e04c940bee246 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Tue, 17 Nov 2020 15:39:58 +0100 Subject: [PATCH] dev-python/fcl: Port up 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/fcl/fcl-0.0.12.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/fcl/fcl-0.0.12.ebuild b/dev-python/fcl/fcl-0.0.12.ebuild index 56e45b519abeb..49e3bde5d1cea 100644 --- a/dev-python/fcl/fcl-0.0.12.ebuild +++ b/dev-python/fcl/fcl-0.0.12.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6..7} ) +PYTHON_COMPAT=( python3_{6..9} ) inherit distutils-r1