From 18533a096363ea92daf93a70944b4e37f183075d Mon Sep 17 00:00:00 2001 From: Arthur Zamarin Date: Mon, 16 May 2022 21:47:04 +0300 Subject: [PATCH] dev-python/texttable: enable py3.11 Signed-off-by: Arthur Zamarin --- dev-python/texttable/texttable-1.6.4-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/texttable/texttable-1.6.4-r1.ebuild b/dev-python/texttable/texttable-1.6.4-r1.ebuild index 34cfa4fab5680..cdbc4ef55175a 100644 --- a/dev-python/texttable/texttable-1.6.4-r1.ebuild +++ b/dev-python/texttable/texttable-1.6.4-r1.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{7..10} ) +PYTHON_COMPAT=( python3_{8..11} ) inherit distutils-r1 optfeature