From 71b12864b3ae0d779d3f07504cd199170df19c84 Mon Sep 17 00:00:00 2001 From: Daniel Jones Date: Mon, 6 Nov 2023 00:02:27 +0000 Subject: [PATCH] Bump version of cibuildwheel to include 3.12 --- .github/workflows/wheels.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index 5d1a3f53..874db3e3 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -16,7 +16,7 @@ jobs: - uses: actions/setup-python@v3 - name: Install cibuildwheel - run: python -m pip install cibuildwheel==2.12.3 numpy + run: python -m pip install cibuildwheel==2.16.2 numpy - name: Build wheels run: python -m cibuildwheel --output-dir wheelhouse