From 37af3f17ea77b7f544774b0548372c0ba0dd72ff Mon Sep 17 00:00:00 2001 From: Jeremy Kun Date: Thu, 25 Jun 2026 07:12:49 -0700 Subject: [PATCH] remove cp314 from the cibuildwheel config From https://github.com/google/heir/actions/runs/28067058550/job/83093602067 Error: cibuildwheel: Invalid build selector: 'cp314-*'. This selector matches a group that wasn't enabled. Enable it using the `enable` option or remove this selector. PiperOrigin-RevId: 937965273 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5ace001025..5822fa8ef0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -90,7 +90,7 @@ zip-safe = false where = ["frontend"] [tool.cibuildwheel] -build = "cp310-* cp311-* cp312-* cp313-* cp314-*" +build = "cp310-* cp311-* cp312-* cp313-*" build-frontend = "build[uv]" skip = "*musllinux* *android* *ios* *pyodide*" # The test must be run in an isolated directory so that python uses the wheel