From 8c8ac529c97f6e60088f672d6ca6269c8b449f07 Mon Sep 17 00:00:00 2001 From: Sam James Date: Mon, 12 May 2025 18:44:17 +0100 Subject: [PATCH] dev-python/beautifulsoup4: enable py3.14 Signed-off-by: Sam James --- dev-python/beautifulsoup4/beautifulsoup4-4.13.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/beautifulsoup4/beautifulsoup4-4.13.4.ebuild b/dev-python/beautifulsoup4/beautifulsoup4-4.13.4.ebuild index 2eec8119948a6..08d0282a2e163 100644 --- a/dev-python/beautifulsoup4/beautifulsoup4-4.13.4.ebuild +++ b/dev-python/beautifulsoup4/beautifulsoup4-4.13.4.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=hatchling -PYTHON_COMPAT=( python3_{10..13} pypy3 pypy3_11 ) +PYTHON_COMPAT=( python3_{11..14} pypy3_11 ) inherit distutils-r1 pypi