From bdcba889649a08b3e742d27da9051ea617fb43a0 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Sat, 5 Jun 2021 14:31:32 +0200 Subject: dev-python/ansi: Enable py3.10 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- dev-python/ansi/ansi-0.2.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dev-python/ansi') diff --git a/dev-python/ansi/ansi-0.2.0.ebuild b/dev-python/ansi/ansi-0.2.0.ebuild index afc8d0584e2f..969860654680 100644 --- a/dev-python/ansi/ansi-0.2.0.ebuild +++ b/dev-python/ansi/ansi-0.2.0.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7..9} ) +PYTHON_COMPAT=( python3_{8..10} ) DISTUTILS_USE_SETUPTOOLS=no inherit distutils-r1 -- cgit v1.2.3-65-gdbad