diff --git a/.github/workflows/build-wheels.yaml b/.github/workflows/build-wheels.yaml index 0f50632..98db9a3 100644 --- a/.github/workflows/build-wheels.yaml +++ b/.github/workflows/build-wheels.yaml @@ -284,7 +284,7 @@ jobs: shell: bash run: | docker run --rm --platform linux/386 -v "${PWD}:/io" -w /io \ - python:3.14-slim@sha256:d3400aa122fa42cf0af0dbe8ec3091b047eac5c8f7e3539f7135e86d855dc015 \ + python:3.14-slim@sha256:cea0e6040540fb2b965b6e7fb5ffa00871e632eef63719f0ea54bca189ce14a6 \ sh -ec ' python3 -m venv /tmp/venv . /tmp/venv/bin/activate