From 67184cf8381772f3989ebc8b1e56bcf67965de9d Mon Sep 17 00:00:00 2001 From: Daniel Jones Date: Mon, 28 Oct 2024 21:59:02 +0000 Subject: [PATCH] GitHub Actions: Unpin cibuildwheel version to enable Python 3.13 support, assuming former bug with repo versions is resolved --- .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 84598b45..431fbbcc 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.19.2 numpy + run: python -m pip install cibuildwheel numpy - name: Build wheels run: python -m cibuildwheel --output-dir wheelhouse