summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-05-09 21:07:49 +0200
committerMichał Górny <mgorny@gentoo.org>2024-05-09 21:07:49 +0200
commitdeb8641a888b79675b65bf3e90c6ff53fa0626df (patch)
tree1c22384c13e536f527022b9dc16a991a3030f468
parentdev-python/html5lib: Enable py3.13 (diff)
downloadgentoo-deb8641a888b79675b65bf3e90c6ff53fa0626df.tar.gz
gentoo-deb8641a888b79675b65bf3e90c6ff53fa0626df.tar.bz2
gentoo-deb8641a888b79675b65bf3e90c6ff53fa0626df.zip
dev-python/cchardet: Enable py3.13
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--dev-python/cchardet/cchardet-2.1.19.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/cchardet/cchardet-2.1.19.ebuild b/dev-python/cchardet/cchardet-2.1.19.ebuild
index 12bec7243fe1..8b20dc4e9371 100644
--- a/dev-python/cchardet/cchardet-2.1.19.ebuild
+++ b/dev-python/cchardet/cchardet-2.1.19.ebuild
@@ -7,7 +7,7 @@ DISTUTILS_EXT=1
DISTUTILS_USE_PEP517=setuptools
PYPI_NO_NORMALIZE=1
PYPI_PN=faust-cchardet
-PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_COMPAT=( python3_{10..13} )
inherit distutils-r1 pypi