summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2022-05-11 19:40:42 +0200
committerMichał Górny <mgorny@gentoo.org>2022-05-11 19:54:49 +0200
commit384b0b6feee68868eaba99c2672725d04cc95a55 (patch)
treed4b4364571c940a01575916f2f854d82d8722e18 /dev-python/html5lib
parentdev-python/html5lib: EAPI 8, PEP517 (diff)
downloadgentoo-384b0b6feee68868eaba99c2672725d04cc95a55.tar.gz
gentoo-384b0b6feee68868eaba99c2672725d04cc95a55.tar.bz2
gentoo-384b0b6feee68868eaba99c2672725d04cc95a55.zip
dev-python/html5lib: Enable py3.11
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/html5lib')
-rw-r--r--dev-python/html5lib/html5lib-1.1-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/html5lib/html5lib-1.1-r1.ebuild b/dev-python/html5lib/html5lib-1.1-r1.ebuild
index ffec69d22b5f..aeddc5a97e76 100644
--- a/dev-python/html5lib/html5lib-1.1-r1.ebuild
+++ b/dev-python/html5lib/html5lib-1.1-r1.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} pypy3 )
+PYTHON_COMPAT=( python3_{8..11} pypy3 )
PYTHON_REQ_USE="xml(+)"
inherit distutils-r1