From 5faf6cf54fdea0e80fe871e7d8f97bfda3ca5fc0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Mon, 6 Jul 2026 13:21:50 +0200 Subject: [PATCH] dev-python/sphinx-pytest: 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/sphinx-pytest/sphinx-pytest-0.3.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/sphinx-pytest/sphinx-pytest-0.3.0.ebuild b/dev-python/sphinx-pytest/sphinx-pytest-0.3.0.ebuild index 2e0fe88530647..f6b0e152f8b1b 100644 --- a/dev-python/sphinx-pytest/sphinx-pytest-0.3.0.ebuild +++ b/dev-python/sphinx-pytest/sphinx-pytest-0.3.0.ebuild @@ -3,8 +3,8 @@ EAPI=8 -DISTUTILS_USE_PEP517=flit -PYTHON_COMPAT=( python3_{12..14} ) +DISTUTILS_USE_PEP517=flit-core +PYTHON_COMPAT=( python3_{12..15} ) inherit distutils-r1