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 fb9d8da commit 63d91beCopy full SHA for 63d91be
.github/workflows/python.yml
@@ -28,7 +28,7 @@ jobs:
28
with:
29
platforms: arm64
30
- name: Build wheels
31
- uses: pypa/cibuildwheel@v2.23.1
+ uses: pypa/cibuildwheel@v3.0.0
32
33
package-dir: bindings/py
34
env:
@@ -68,7 +68,7 @@ jobs:
68
set CGO_ENABLED=1
69
make -C bindings/py compile
70
71
72
73
74
@@ -103,7 +103,7 @@ jobs:
103
export MACOSX_DEPLOYMENT_TARGET=10.9
104
105
106
107
108
109
0 commit comments