diff options
author | 2023-05-26 18:54:06 +0200 | |
---|---|---|
committer | 2023-05-26 18:54:06 +0200 | |
commit | 9bdd3e6c7a2834c1919e98d60799ca26a26e6824 (patch) | |
tree | d297c66735dc5bd3bc540361c06880d2b8350182 /dev-python/beautifulsoup4 | |
parent | dev-python/soupsieve: Enable py3.12 (diff) | |
download | gentoo-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.ebuild | 2 |
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 |