diff options
author | 2023-05-27 22:13:56 +0300 | |
---|---|---|
committer | 2023-05-27 22:13:56 +0300 | |
commit | 4c29c53b9d3beebfa79caecf7298def0d638c384 (patch) | |
tree | 2c2e0cd0bcb2c1900ffd1282d832674c3fa89761 | |
parent | dev-python/svgwrite: add github upstream metadata (diff) | |
download | gentoo-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.ebuild | 2 |
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 |