Skip to content

Commit 7e10d1f

Browse files
Transurgeonclaude
andcommitted
Upgrade cibuildwheel to v3.3.0 and restore Python 3.14
Matches CVXPY's cibuildwheel version which supports cp314. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 64362b7 commit 7e10d1f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-and-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
fail-fast: false
2222
matrix:
2323
os: [ ubuntu-22.04, macos-14, windows-2022 ]
24-
python-version: [ "3.11", "3.12", "3.13" ]
24+
python-version: [ "3.11", "3.12", "3.13", "3.14" ]
2525

2626
env:
2727
PYTHON_VERSION: ${{ matrix.python-version }}
@@ -48,7 +48,7 @@ jobs:
4848
platforms: all
4949

5050
- name: Build wheels
51-
uses: pypa/cibuildwheel@v2.22.0
51+
uses: pypa/cibuildwheel@v3.3.0
5252
env:
5353
CIBW_BUILD: "cp3${{ env.PYTHON_SUBVERSION }}-*"
5454
CIBW_SKIP: "*-win32 *-manylinux_i686 *-musllinux*"

0 commit comments

Comments
 (0)