Skip to content

Commit 54435ca

Browse files
Pin cibuildwheel
This is to aalow us to keep Python3.7 support a while longer.
1 parent 4cf79ae commit 54435ca

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/code.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,9 @@ jobs:
8888
python-version: "3.12"
8989

9090
- name: Install Python Dependencies
91-
run: pip install build cibuildwheel>=2.16.2
91+
# cibuildwheel 3.0.0 dropped support for Python 3.7. We still want to
92+
# support 3.7 for the time being.
93+
run: pip install build cibuildwheel==2.23.3
9294

9395
- name: Build Wheel
9496
run: cibuildwheel --output-dir dist

0 commit comments

Comments
 (0)