summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-05-17 20:21:31 +0200
committerMichał Górny <mgorny@gentoo.org>2024-05-17 20:23:27 +0200
commite8a62ea9280771c1574b8e942110f51a8f602c40 (patch)
tree8bea79ecd2d4757cec59e596059829acf6ab8641
parentdev-python/httpauth: Enable py3.13 (diff)
downloadgentoo-e8a62ea9280771c1574b8e942110f51a8f602c40.tar.gz
gentoo-e8a62ea9280771c1574b8e942110f51a8f602c40.tar.bz2
gentoo-e8a62ea9280771c1574b8e942110f51a8f602c40.zip
dev-python/html5-parser: Enable py3.13
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--dev-python/html5-parser/html5-parser-0.4.12.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/html5-parser/html5-parser-0.4.12.ebuild b/dev-python/html5-parser/html5-parser-0.4.12.ebuild
index 1483349909d5..eda30325cd42 100644
--- a/dev-python/html5-parser/html5-parser-0.4.12.ebuild
+++ b/dev-python/html5-parser/html5-parser-0.4.12.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -6,7 +6,7 @@ EAPI=8
DISTUTILS_EXT=1
DISTUTILS_USE_PEP517=setuptools
PYPI_NO_NORMALIZE=1
-PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_COMPAT=( python3_{10..13} )
inherit distutils-r1 pypi toolchain-funcs