From b23f09607b9312a364a064e6ddbf6d8dcbaaa103 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Sat, 4 Jul 2026 21:18:17 +0200 Subject: [PATCH] dev-python/vcsgraph: 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/vcsgraph/vcsgraph-0.3.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/vcsgraph/vcsgraph-0.3.2.ebuild b/dev-python/vcsgraph/vcsgraph-0.3.2.ebuild index 7c80a5ccfd35b..e867877f8f6a3 100644 --- a/dev-python/vcsgraph/vcsgraph-0.3.2.ebuild +++ b/dev-python/vcsgraph/vcsgraph-0.3.2.ebuild @@ -6,7 +6,7 @@ EAPI=8 DISTUTILS_EXT=1 DISTUTILS_USE_PEP517=setuptools PYPI_VERIFY_REPO=https://github.com/breezy-team/vcsgraph -PYTHON_COMPAT=( python3_{12..14} ) +PYTHON_COMPAT=( python3_{12..15} ) RUST_MIN_VER="1.83" CRATES=""