diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2022-05-16 21:36:03 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2022-05-16 21:41:25 +0300 |
commit | fc9928cfd035c5e2030af5a937f489a2b656798f (patch) | |
tree | c582d66514cb97610132a0460443133a152eddfb /dev-python/unidecode | |
parent | dev-python/urwid: PEP517 (diff) | |
download | gentoo-fc9928cfd035c5e2030af5a937f489a2b656798f.tar.gz gentoo-fc9928cfd035c5e2030af5a937f489a2b656798f.tar.bz2 gentoo-fc9928cfd035c5e2030af5a937f489a2b656798f.zip |
dev-python/unidecode: enable py3.11
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-python/unidecode')
-rw-r--r-- | dev-python/unidecode/unidecode-1.3.4.ebuild | 2 |
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 |