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 7c5d234 commit 77614bfCopy full SHA for 77614bf
.github/workflows/dist.yml
@@ -70,10 +70,10 @@ jobs:
70
platforms: all
71
72
- name: Install cibuildwheel
73
- # Note: the default manylinux is manylinux2014
+ # Note: the default manylinux is manylinux_2_28
74
run: |
75
python -m pip install -U pip
76
- python -m pip install "cibuildwheel>=2.20,<3"
+ python -m pip install "cibuildwheel>=3.20,<4"
77
78
- name: Build wheels
79
env:
0 commit comments