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 04e576a commit 2351c67Copy full SHA for 2351c67
.github/workflows/build_wheels.yml
@@ -38,7 +38,7 @@ jobs:
38
python-version: '3.10'
39
40
- name: Install cibuildwheel
41
- run: python -m pip install "cibuildwheel>=2.17,<2.18"
+ run: python -m pip install "cibuildwheel>=2.22,<2.23"
42
43
- name: Build wheels
44
run: python -m cibuildwheel --output-dir wheelhouse
build_macos_arm64_wheels.sh
@@ -1,7 +1,7 @@
1
#!/bin/bash
2
3
# Python 3.9+ arm64 is required
4
-python -m pip install "cibuildwheel>=2.17,<2.18"
+python -m pip install "cibuildwheel>=2.22,<2.23"
5
6
export CIBW_ARCHS_MACOS="arm64"
7
export CIBW_BEFORE_ALL='python -m pip install invoke && invoke build.deps'
0 commit comments