From 7b0d003d4c2484dff83fd6f14fa11b181341f9b4 Mon Sep 17 00:00:00 2001 From: Zamarin Arthur Date: Sun, 23 May 2021 08:39:25 +0300 Subject: [PATCH] dev-python/tabulate: bump to python 3.10 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit passes tests Signed-off-by: Zamarin Arthur Signed-off-by: Michał Górny --- dev-python/tabulate/tabulate-0.8.9.ebuild | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/dev-python/tabulate/tabulate-0.8.9.ebuild b/dev-python/tabulate/tabulate-0.8.9.ebuild index a8028f272d894..7d9e13d8ec05a 100644 --- a/dev-python/tabulate/tabulate-0.8.9.ebuild +++ b/dev-python/tabulate/tabulate-0.8.9.ebuild @@ -3,9 +3,7 @@ EAPI=7 -DISTUTILS_USE_SETUPTOOLS=rdepend -PYTHON_COMPAT=( python3_{7..9} pypy3 ) - +PYTHON_COMPAT=( python3_{7..10} pypy3 ) inherit distutils-r1 DESCRIPTION="Pretty-print tabular data"