We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77614bf commit f892ebbCopy full SHA for f892ebb
.github/workflows/dist.yml
@@ -73,7 +73,7 @@ jobs:
73
# Note: the default manylinux is manylinux_2_28
74
run: |
75
python -m pip install -U pip
76
- python -m pip install "cibuildwheel>=3.20,<4"
+ python -m pip install "cibuildwheel>=3.2.0,<4"
77
78
- name: Build wheels
79
env:
0 commit comments