summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-05-26 18:54:06 +0200
committerMichał Górny <mgorny@gentoo.org>2023-05-26 18:54:06 +0200
commit9bdd3e6c7a2834c1919e98d60799ca26a26e6824 (patch)
treed297c66735dc5bd3bc540361c06880d2b8350182 /dev-python/beautifulsoup4
parentdev-python/soupsieve: Enable py3.12 (diff)
downloadgentoo-9bdd3e6c7a2834c1919e98d60799ca26a26e6824.tar.gz
gentoo-9bdd3e6c7a2834c1919e98d60799ca26a26e6824.tar.bz2
gentoo-9bdd3e6c7a2834c1919e98d60799ca26a26e6824.zip
dev-python/beautifulsoup4: Enable py3.12
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/beautifulsoup4')
-rw-r--r--dev-python/beautifulsoup4/beautifulsoup4-4.12.2.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/beautifulsoup4/beautifulsoup4-4.12.2.ebuild b/dev-python/beautifulsoup4/beautifulsoup4-4.12.2.ebuild
index f4f4fe348c58..9d022aa19949 100644
--- a/dev-python/beautifulsoup4/beautifulsoup4-4.12.2.ebuild
+++ b/dev-python/beautifulsoup4/beautifulsoup4-4.12.2.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=hatchling
-PYTHON_COMPAT=( python3_{9..11} pypy3 )
+PYTHON_COMPAT=( python3_{10..12} pypy3 )
inherit distutils-r1 pypi