From 74a68b9bd32b8e805c362f337461688a32875745 Mon Sep 17 00:00:00 2001 From: Elephant Liu Date: Thu, 17 Oct 2024 17:05:15 +0800 Subject: [PATCH] build wheel for Python 3.13 (#130) --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 1803189e..39b37fe3 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -14,7 +14,7 @@ jobs: - uses: actions/setup-python@v3 - name: Install cibuildwheel - run: python -m pip install cibuildwheel==2.16.2 + run: python -m pip install cibuildwheel==2.21.3 - name: Build wheels run: python -m cibuildwheel --output-dir wheelhouse