summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2023-05-27 22:13:56 +0300
committerArthur Zamarin <arthurzam@gentoo.org>2023-05-27 22:13:56 +0300
commit4c29c53b9d3beebfa79caecf7298def0d638c384 (patch)
tree2c2e0cd0bcb2c1900ffd1282d832674c3fa89761
parentdev-python/svgwrite: add github upstream metadata (diff)
downloadgentoo-4c29c53b9d3beebfa79caecf7298def0d638c384.tar.gz
gentoo-4c29c53b9d3beebfa79caecf7298def0d638c384.tar.bz2
gentoo-4c29c53b9d3beebfa79caecf7298def0d638c384.zip
dev-python/text-unidecode: enable py3.12
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
-rw-r--r--dev-python/text-unidecode/text-unidecode-1.3-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/text-unidecode/text-unidecode-1.3-r1.ebuild b/dev-python/text-unidecode/text-unidecode-1.3-r1.ebuild
index 2ebd8c87821f..cec6daadd0f8 100644
--- a/dev-python/text-unidecode/text-unidecode-1.3-r1.ebuild
+++ b/dev-python/text-unidecode/text-unidecode-1.3-r1.ebuild
@@ -5,7 +5,7 @@ EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYPI_NO_NORMALIZE=1
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..12} )
inherit distutils-r1 pypi