From bb44a9dca27b1cd1581c23dd8beaaa560a9c8228 Mon Sep 17 00:00:00 2001 From: Thomas Nipen Date: Mon, 25 Nov 2024 22:11:40 +0100 Subject: [PATCH] Update to cibuildwheel 2.22.0 To allow python3.13 --- .github/workflows/package.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/package.yml b/.github/workflows/package.yml index 3e21185..1c64f23 100644 --- a/.github/workflows/package.yml +++ b/.github/workflows/package.yml @@ -39,7 +39,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-python@v3 - name: Install cibuildwheel - run: python -m pip install cibuildwheel==2.19.2 + run: python -m pip install cibuildwheel==2.22.0 - uses: actions/download-artifact@v4.1.7 with: