From 835400b068373a9d5162bd24888481b4d3c1a591 Mon Sep 17 00:00:00 2001 From: Joshua Kammeraad Date: Tue, 30 Jun 2026 01:20:43 -0700 Subject: [PATCH] Bump pixi-build-cmake cap to 0.4.2 for pixi 0.71 (#96) pixi 0.71 negotiates build-API v5; the old `<=0.3.8` cap only allowed v4 backends, so the dependency solve failed before any compile. Raise the bounded cap to the tested 0.4.2 (api v5). The range now spans the v4 and v5 backends, so the resolver auto-selects per pixi version (verified locally: 0.70 -> 0.3.14/v4, 0.71 -> 0.4.2/v5). Floor and requires-pixi unchanged. Co-Authored-By: Claude Opus 4.8 --- pixi.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pixi.toml b/pixi.toml index a4ac406..a954a6f 100644 --- a/pixi.toml +++ b/pixi.toml @@ -10,7 +10,7 @@ version = "0.1.14" [package.build.backend] name = "pixi-build-cmake" -version = ">=0.3.6,<=0.3.8" +version = ">=0.3.6,<=0.4.2" [package.build.config] compilers = []