Skip to content

Commit 8f8963c

Browse files
Bump cibuildwheel to 3.3.0
3.0.0 doesn't build 3.14 wheels We do skip freethreading wheels for now since we don't test 3.14t in CI yet (and there were issues in 3.13t, so it's not a given that it'll just work).
1 parent 22e501e commit 8f8963c

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
- name: Setup Python
8080
uses: actions/setup-python@v5
8181
- name: Build wheels
82-
uses: pypa/cibuildwheel@v3.0.0
82+
uses: pypa/cibuildwheel@v3.3.0
8383
- uses: actions/upload-artifact@v4
8484
with:
8585
name: wheels-${{ matrix.os }}-${{ strategy.job-index }}

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,9 @@ ext-modules = [
5656
{name = "pkcs11._pkcs11", sources = ["pkcs11/_pkcs11.pyx"]}
5757
]
5858

59+
[tool.cibuildwheel]
60+
skip = "cp3??t-*"
61+
5962
[tool.cibuildwheel.linux]
6063
archs = ["auto64"]
6164

0 commit comments

Comments
 (0)