diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8f5351ff..f1da0f2e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -316,7 +316,7 @@ jobs: - uses: dtolnay/rust-toolchain@stable with: targets: aarch64-apple-darwin,x86_64-apple-darwin - - uses: pypa/cibuildwheel@v3.1.4 + - uses: pypa/cibuildwheel@v3.2.0 env: CIBW_BUILD: cp39-* CIBW_BEFORE_BUILD: >