summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2022-05-25 20:59:26 +0300
committerArthur Zamarin <arthurzam@gentoo.org>2022-05-25 21:01:48 +0300
commit2b015a5d7ae312693725dd7a947efcbf57051840 (patch)
treec6db32f4ef967ad26d59ffb5771127b14a42ae6e /dev-python/cwcwidth
parentdev-python/chump: enable py3.11 (diff)
downloadgentoo-2b015a5d7ae312693725dd7a947efcbf57051840.tar.gz
gentoo-2b015a5d7ae312693725dd7a947efcbf57051840.tar.bz2
gentoo-2b015a5d7ae312693725dd7a947efcbf57051840.zip
dev-python/cwcwidth: enable py3.11
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-python/cwcwidth')
-rw-r--r--dev-python/cwcwidth/cwcwidth-0.1.6-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/cwcwidth/cwcwidth-0.1.6-r1.ebuild b/dev-python/cwcwidth/cwcwidth-0.1.6-r1.ebuild
index 4cb7b7736243..b667006da87e 100644
--- a/dev-python/cwcwidth/cwcwidth-0.1.6-r1.ebuild
+++ b/dev-python/cwcwidth/cwcwidth-0.1.6-r1.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{8..11} )
inherit distutils-r1
DESCRIPTION="Python bindings for wc(s)width"