From 13f941d667468d598019044aab1c79e1821a37ff Mon Sep 17 00:00:00 2001 From: Elephant Liu Date: Thu, 17 Oct 2024 16:56:50 +0800 Subject: [PATCH] build wheel for Python 3.13 --- .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