commit: e24a2e41ecf6d6c729e9add01a925f80bd5549ce
Author: Simon van der Maas <svdm-gentoo <AT> protonmail <DOT> com>
AuthorDate: Tue Feb 16 10:53:49 2021 +0000
Commit: Simon van der Maas <svdm-gentoo <AT> protonmail <DOT> com>
CommitDate: Tue Feb 16 10:53:49 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e24a2e41
dev-python/pyfiglet: updated python versions
Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Simon van der Maas <svdm-gentoo <AT> protonmail.com>
dev-python/pyfiglet/pyfiglet-0.8_p1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/pyfiglet/pyfiglet-0.8_p1.ebuild
b/dev-python/pyfiglet/pyfiglet-0.8_p1.ebuild
index 35776c9e..9ac98a1e 100644
--- a/dev-python/pyfiglet/pyfiglet-0.8_p1.ebuild
+++ b/dev-python/pyfiglet/pyfiglet-0.8_p1.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 )
+PYTHON_COMPAT=( python{3_7,3_8,3_9} )
DISTUTILS_USE_SETUPTOOLS=rdepend
inherit distutils-r1