From 3453d2273c0d1f21aca38eeafe9e03bc84fa290c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Fri, 8 May 2026 18:39:48 +0200 Subject: [PATCH] dev-python/hatch-vcs: Enable py3.15 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny Part-of: https://codeberg.org/gentoo/gentoo/pulls/853 --- dev-python/hatch-vcs/hatch-vcs-0.5.0.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/dev-python/hatch-vcs/hatch-vcs-0.5.0.ebuild b/dev-python/hatch-vcs/hatch-vcs-0.5.0.ebuild index bcbd8aee9c4c7..4646c907dc586 100644 --- a/dev-python/hatch-vcs/hatch-vcs-0.5.0.ebuild +++ b/dev-python/hatch-vcs/hatch-vcs-0.5.0.ebuild @@ -1,10 +1,10 @@ -# Copyright 2022-2025 Gentoo Authors +# Copyright 2022-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_USE_PEP517=hatchling -PYTHON_COMPAT=( pypy3_11 python3_{11..14} python3_{13,14}t ) +PYTHON_COMPAT=( pypy3_11 python3_{11..15} python3_{13..15}t ) inherit distutils-r1 @@ -31,4 +31,5 @@ BDEPEND=" ) " +EPYTEST_PLUGINS=() distutils_enable_tests pytest