We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e672c49 commit 303efc8Copy full SHA for 303efc8
2 files changed
.github/workflows/release.yml
@@ -29,7 +29,7 @@ jobs:
29
- name: Install dependencies
30
run: |
31
python -m pip install --upgrade pip
32
- pip install build cibuildwheel==2.23.3
+ pip install build cibuildwheel==3.3.1
33
34
- name: Build wheels
35
run: python -m cibuildwheel
pyproject.toml
@@ -40,7 +40,7 @@ interrogate_module = "python/interrogate_module"
40
41
[tool.cibuildwheel]
42
build = "cp38-* cp313t-* cp314t-*"
43
-free-threaded-support = true
+enable = ["cpython-freethreading"]
44
45
[tool.cibuildwheel.linux]
46
repair-wheel-command = [
0 commit comments