commit: 04de3bd58f9c3b9e7de4be78db9c0c8370ae0cf1
Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 9 03:14:40 2022 +0000
Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Thu Jun 9 03:41:58 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04de3bd5
dev-python/tldextract: enable py3.11
Tests pass, needed to run tests on qutebrowser with py3.11.
Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>
dev-python/tldextract/tldextract-3.3.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/tldextract/tldextract-3.3.0.ebuild
b/dev-python/tldextract/tldextract-3.3.0.ebuild
index 07a0d69c5bdb..feb404aac8d8 100644
--- a/dev-python/tldextract/tldextract-3.3.0.ebuild
+++ b/dev-python/tldextract/tldextract-3.3.0.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{8..11} )
inherit distutils-r1