summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2022-05-11 20:06:22 +0200
committerMichał Górny <mgorny@gentoo.org>2022-05-11 22:11:07 +0200
commit4711f6da6b579638af009bf8767b2919af6e5b61 (patch)
tree5e17111654ab626d312f7e193d31af758fddf690 /dev-python/soupsieve
parentdev-java/icedtea-web: EAPI 8, restrict build VM to 1.8 (diff)
downloadgentoo-4711f6da6b579638af009bf8767b2919af6e5b61.tar.gz
gentoo-4711f6da6b579638af009bf8767b2919af6e5b61.tar.bz2
gentoo-4711f6da6b579638af009bf8767b2919af6e5b61.zip
dev-python/soupsieve: Enable py3.11
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/soupsieve')
-rw-r--r--dev-python/soupsieve/soupsieve-2.3.1.ebuild4
-rw-r--r--dev-python/soupsieve/soupsieve-2.3.2.ebuild2
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/soupsieve/soupsieve-2.3.1.ebuild b/dev-python/soupsieve/soupsieve-2.3.1.ebuild
index 55a278d66145..442fbed6d41c 100644
--- a/dev-python/soupsieve/soupsieve-2.3.1.ebuild
+++ b/dev-python/soupsieve/soupsieve-2.3.1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
-PYTHON_COMPAT=( python3_{8..10} pypy3 )
+PYTHON_COMPAT=( python3_{8..11} pypy3 )
inherit distutils-r1
DESCRIPTION="A modern CSS selector implementation for BeautifulSoup"
diff --git a/dev-python/soupsieve/soupsieve-2.3.2.ebuild b/dev-python/soupsieve/soupsieve-2.3.2.ebuild
index af24dff99ed6..2561589e4627 100644
--- a/dev-python/soupsieve/soupsieve-2.3.2.ebuild
+++ b/dev-python/soupsieve/soupsieve-2.3.2.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=hatchling
-PYTHON_COMPAT=( python3_{8..10} pypy3 )
+PYTHON_COMPAT=( python3_{8..11} pypy3 )
inherit distutils-r1