dev-python/tldextract: enable py3.11

Tests pass, needed to run tests on qutebrowser with py3.11.

Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
This commit is contained in:
Ionen Wolkens
2022-06-08 23:14:40 -04:00
parent 33376b42c4
commit 04de3bd58f

View File

@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{8..10} )
PYTHON_COMPAT=( python3_{8..11} )
inherit distutils-r1