From 82de5606e4ca0d08f05673e283e100925e61ddd4 Mon Sep 17 00:00:00 2001 From: Matthew Honnibal Date: Sat, 23 Nov 2024 11:33:58 +0100 Subject: [PATCH] Update cibuildwheel to allow Python 3.13 --- .github/workflows/cibuildwheel.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cibuildwheel.yml b/.github/workflows/cibuildwheel.yml index 5ec5c06b..de94aa38 100644 --- a/.github/workflows/cibuildwheel.yml +++ b/.github/workflows/cibuildwheel.yml @@ -27,7 +27,7 @@ jobs: # with: # platforms: all - name: Build wheels - uses: pypa/cibuildwheel@v2.19.1 + uses: pypa/cibuildwheel@v2.21.3 env: CIBW_ARCHS_LINUX: auto with: