From fc9928cfd035c5e2030af5a937f489a2b656798f Mon Sep 17 00:00:00 2001 From: Arthur Zamarin Date: Mon, 16 May 2022 21:36:03 +0300 Subject: [PATCH] dev-python/unidecode: enable py3.11 Signed-off-by: Arthur Zamarin --- dev-python/unidecode/unidecode-1.3.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/unidecode/unidecode-1.3.4.ebuild b/dev-python/unidecode/unidecode-1.3.4.ebuild index b672c007a0861..d30a1472394b1 100644 --- a/dev-python/unidecode/unidecode-1.3.4.ebuild +++ b/dev-python/unidecode/unidecode-1.3.4.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( pypy3 python3_{8..10} ) +PYTHON_COMPAT=( pypy3 python3_{8..11} ) inherit distutils-r1