From f52c32e46d06df286f1d2f765b86b2a137cdcde9 Mon Sep 17 00:00:00 2001 From: Alfred Wingate Date: Thu, 23 Jul 2026 15:26:38 +0300 Subject: [PATCH] dev-python/unearth: enable py3.15 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Alfred Wingate Part-of: https://codeberg.org/gentoo/gentoo/pulls/1582 Signed-off-by: Michał Górny --- dev-python/unearth/unearth-0.18.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/unearth/unearth-0.18.2.ebuild b/dev-python/unearth/unearth-0.18.2.ebuild index e5fb5a01c586a..b3549deb45d60 100644 --- a/dev-python/unearth/unearth-0.18.2.ebuild +++ b/dev-python/unearth/unearth-0.18.2.ebuild @@ -5,7 +5,7 @@ EAPI=8 DISTUTILS_USE_PEP517=pdm-backend PYPI_VERIFY_REPO=https://github.com/frostming/unearth -PYTHON_COMPAT=( pypy3_11 python3_{11..14} ) +PYTHON_COMPAT=( python3_{12..15} ) inherit distutils-r1 pypi