Skip to content

Commit 4466ad2

Browse files
committed
Select Python 3.11 for cibuildwheel
Assisted-by: OpenAI Codex
1 parent 63a0d8b commit 4466ad2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/python_build_wheel.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ trap cleanup EXIT
138138
echo "Building Python wheel from commit $(git rev-parse HEAD)"
139139
echo "Build host: $HOST_OS $HOST_ARCH"
140140

141-
uv tool run --from "cibuildwheel[uv]==$CIBUILDWHEEL_VERSION" cibuildwheel \
141+
uv tool run --python 3.11 --from "cibuildwheel[uv]==$CIBUILDWHEEL_VERSION" cibuildwheel \
142142
bindings/python \
143143
--config-file bindings/python/pyproject.toml \
144144
--output-dir "$OUTPUT_DIR"

0 commit comments

Comments
 (0)