From 0418ef0ba30ba295b5b7b0c8d3da7bdcc07a47c8 Mon Sep 17 00:00:00 2001 From: Sam James Date: Sat, 27 Feb 2021 20:42:58 +0000 Subject: [PATCH] dev-python/urwidtrees: add Python 3.9 Signed-off-by: Sam James --- dev-python/urwidtrees/urwidtrees-1.0.3.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/urwidtrees/urwidtrees-1.0.3.ebuild b/dev-python/urwidtrees/urwidtrees-1.0.3.ebuild index 2062d498b6883..b78d5b6458881 100644 --- a/dev-python/urwidtrees/urwidtrees-1.0.3.ebuild +++ b/dev-python/urwidtrees/urwidtrees-1.0.3.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{7,8} ) +PYTHON_COMPAT=( python3_{7,8,9} ) inherit distutils-r1