diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-05-09 21:11:11 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-05-09 21:12:42 +0200 |
commit | a38b60e4624df926224bd530872b3df9cd97782e (patch) | |
tree | 1df84b865d30511cbd5feed13ff7645469c4e0b4 /dev-python | |
parent | dev-python/soupsieve: Enable py3.13 (diff) | |
download | gentoo-a38b60e4624df926224bd530872b3df9cd97782e.tar.gz gentoo-a38b60e4624df926224bd530872b3df9cd97782e.tar.bz2 gentoo-a38b60e4624df926224bd530872b3df9cd97782e.zip |
dev-python/beautifulsoup4: Enable py3.13
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/beautifulsoup4/beautifulsoup4-4.12.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/beautifulsoup4/beautifulsoup4-4.12.3.ebuild b/dev-python/beautifulsoup4/beautifulsoup4-4.12.3.ebuild index f4bc6d694e2c..fa1f017754ba 100644 --- a/dev-python/beautifulsoup4/beautifulsoup4-4.12.3.ebuild +++ b/dev-python/beautifulsoup4/beautifulsoup4-4.12.3.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=hatchling -PYTHON_COMPAT=( python3_{10..12} pypy3 ) +PYTHON_COMPAT=( python3_{10..13} pypy3 ) inherit distutils-r1 pypi |