summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2022-05-16 21:36:03 +0300
committerArthur Zamarin <arthurzam@gentoo.org>2022-05-16 21:41:25 +0300
commitfc9928cfd035c5e2030af5a937f489a2b656798f (patch)
treec582d66514cb97610132a0460443133a152eddfb
parentdev-python/urwid: PEP517 (diff)
downloadgentoo-fc9928cf.tar.gz
gentoo-fc9928cf.tar.bz2
gentoo-fc9928cf.zip
dev-python/unidecode: enable py3.11
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
-rw-r--r--dev-python/unidecode/unidecode-1.3.4.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/unidecode/unidecode-1.3.4.ebuild b/dev-python/unidecode/unidecode-1.3.4.ebuild
index b672c007a086..d30a1472394b 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