Skip to content

Commit 303efc8

Browse files
committed
cibuildwheel: Update to v3.3.1
1 parent e672c49 commit 303efc8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Install dependencies
3030
run: |
3131
python -m pip install --upgrade pip
32-
pip install build cibuildwheel==2.23.3
32+
pip install build cibuildwheel==3.3.1
3333
3434
- name: Build wheels
3535
run: python -m cibuildwheel

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ interrogate_module = "python/interrogate_module"
4040

4141
[tool.cibuildwheel]
4242
build = "cp38-* cp313t-* cp314t-*"
43-
free-threaded-support = true
43+
enable = ["cpython-freethreading"]
4444

4545
[tool.cibuildwheel.linux]
4646
repair-wheel-command = [

0 commit comments

Comments
 (0)