Skip to content

Commit f83ba84

Browse files
authored
Update build_wheels.yml
Use most recent cibuildwheel package, which will give us python 3.12 support: https://github.com/pypa/cibuildwheel#changelog
1 parent 35032cd commit f83ba84

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build_wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
platforms: arm64
8383

8484
- name: Install Python dependencies
85-
run: python -m pip install cibuildwheel==2.12.0
85+
run: python -m pip install cibuildwheel==2.16.2
8686

8787
- name: Build wheels
8888
run: python -m cibuildwheel --output-dir dist

0 commit comments

Comments
 (0)