From 7d880b5e9424bb921d01797d02afaddab08d2bf8 Mon Sep 17 00:00:00 2001 From: Andrew Morgan Date: Tue, 1 Jul 2025 12:55:59 +0100 Subject: [PATCH] bump to 3.0.0 --- .github/workflows/release-artifacts.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-artifacts.yml b/.github/workflows/release-artifacts.yml index 112a03a146..74d502c502 100644 --- a/.github/workflows/release-artifacts.yml +++ b/.github/workflows/release-artifacts.yml @@ -139,7 +139,7 @@ jobs: python-version: "3.x" - name: Install cibuildwheel - run: python -m pip install cibuildwheel==2.24.0 + run: python -m pip install cibuildwheel==3.0.0 - name: Set up QEMU to emulate aarch64 if: matrix.arch == 'aarch64'