From 75ce186a2c3ffd0abf3e59e803023cbed0037d75 Mon Sep 17 00:00:00 2001 From: Joonas Niilola Date: Tue, 11 May 2021 11:46:24 +0300 Subject: dev-python/texttable: add python-3.10 support Signed-off-by: Joonas Niilola --- dev-python/texttable/texttable-1.6.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dev-python/texttable') diff --git a/dev-python/texttable/texttable-1.6.3.ebuild b/dev-python/texttable/texttable-1.6.3.ebuild index 51902acd7fe2..ec0eced974cc 100644 --- a/dev-python/texttable/texttable-1.6.3.ebuild +++ b/dev-python/texttable/texttable-1.6.3.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7..9} ) +PYTHON_COMPAT=( python3_{7..10} ) inherit distutils-r1 optfeature -- cgit v1.2.3-65-gdbad