summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Ammerlaan <andrewammerlaan@gentoo.org>2022-05-16 16:31:00 +0200
committerAndrew Ammerlaan <andrewammerlaan@gentoo.org>2022-05-16 16:43:43 +0200
commit0f9ad442e054727442b0eb4cfe278e8779921770 (patch)
tree06c24310468e3e7bfba52cde00603e4fc24dba48 /dev-python/wcwidth
parentdev-python/pickleshare: enable py3.11 and disable py3.7 (diff)
downloadgentoo-0f9ad442e054727442b0eb4cfe278e8779921770.tar.gz
gentoo-0f9ad442e054727442b0eb4cfe278e8779921770.tar.bz2
gentoo-0f9ad442e054727442b0eb4cfe278e8779921770.zip
dev-python/wcwidth: enable py3.11
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
Diffstat (limited to 'dev-python/wcwidth')
-rw-r--r--dev-python/wcwidth/wcwidth-0.2.5-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/wcwidth/wcwidth-0.2.5-r1.ebuild b/dev-python/wcwidth/wcwidth-0.2.5-r1.ebuild
index 8f548b32b4dd..b9a7436a25fb 100644
--- a/dev-python/wcwidth/wcwidth-0.2.5-r1.ebuild
+++ b/dev-python/wcwidth/wcwidth-0.2.5-r1.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_{8..10} pypy3 )
+PYTHON_COMPAT=( python3_{8..11} pypy3 )
inherit distutils-r1