summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2023-06-06 20:50:18 +0300
committerArthur Zamarin <arthurzam@gentoo.org>2023-06-06 20:52:47 +0300
commit8178dbed9b525acc65ec5f34f88e6710f1ce26df (patch)
treee58836422947ff9e73c2e6e94a9dea56e938a61d /dev-python/cwcwidth
parentdev-util/rbtools: PEP517 (diff)
downloadgentoo-8178dbed9b525acc65ec5f34f88e6710f1ce26df.tar.gz
gentoo-8178dbed9b525acc65ec5f34f88e6710f1ce26df.tar.bz2
gentoo-8178dbed9b525acc65ec5f34f88e6710f1ce26df.zip
dev-python/cwcwidth: enable py3.12
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-python/cwcwidth')
-rw-r--r--dev-python/cwcwidth/cwcwidth-0.1.8.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/cwcwidth/cwcwidth-0.1.8.ebuild b/dev-python/cwcwidth/cwcwidth-0.1.8.ebuild
index 499eb824bf65..92afc0c794b0 100644
--- a/dev-python/cwcwidth/cwcwidth-0.1.8.ebuild
+++ b/dev-python/cwcwidth/cwcwidth-0.1.8.ebuild
@@ -5,7 +5,7 @@ EAPI=8
DISTUTILS_EXT=1
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..12} )
inherit distutils-r1