diff options
author | 2022-06-08 23:14:40 -0400 | |
---|---|---|
committer | 2022-06-08 23:41:58 -0400 | |
commit | 04de3bd58f9c3b9e7de4be78db9c0c8370ae0cf1 (patch) | |
tree | 24d4b64bd0bc2ee6d82b6d6b9f31a895c4cf8d5a /dev-python/tldextract | |
parent | sys-devel/gdb: verbose logs, use output synchronisation (diff) | |
download | gentoo-04de3bd58f9c3b9e7de4be78db9c0c8370ae0cf1.tar.gz gentoo-04de3bd58f9c3b9e7de4be78db9c0c8370ae0cf1.tar.bz2 gentoo-04de3bd58f9c3b9e7de4be78db9c0c8370ae0cf1.zip |
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>
Diffstat (limited to 'dev-python/tldextract')
-rw-r--r-- | dev-python/tldextract/tldextract-3.3.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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 |