From ecf2d8fd7c2bf3c2c2cf3f9cb8ad5993c76269c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Tue, 30 Jun 2026 21:35:58 +0200 Subject: [PATCH] dev-python/pathable: Enable py3.15 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- dev-python/pathable/pathable-0.6.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/pathable/pathable-0.6.0.ebuild b/dev-python/pathable/pathable-0.6.0.ebuild index dcf77c0b7a8f8..cfb092758301c 100644 --- a/dev-python/pathable/pathable-0.6.0.ebuild +++ b/dev-python/pathable/pathable-0.6.0.ebuild @@ -3,8 +3,8 @@ EAPI=8 -DISTUTILS_USE_PEP517=poetry -PYTHON_COMPAT=( pypy3_11 python3_{11..14} ) +DISTUTILS_USE_PEP517=poetry-core +PYTHON_COMPAT=( python3_{12..15} ) inherit distutils-r1