70
70
https://github.com/qhull/qhull/raw/2020.2/COPYING.txt
71
71
72
72
-name :Build wheels for CPython 3.12
73
- uses :pypa/cibuildwheel@39a63b5912f086dd459cf6fcb13dcdd3fe3bc24d # v2.15.0
73
+ uses :pypa/cibuildwheel@ce3fb7832089eb3e723a0a99cab7f3eaccf074fd # v2.16.5
74
74
env :
75
75
CIBW_BUILD :" cp312-*"
76
76
CIBW_SKIP :" *-musllinux* *i686* *win32*"
94
94
pip install --pre "numpy>=1.25"
95
95
96
96
-name :Build wheels for CPython 3.11
97
- uses :pypa/cibuildwheel@39a63b5912f086dd459cf6fcb13dcdd3fe3bc24d # v2.15.0
97
+ uses :pypa/cibuildwheel@ce3fb7832089eb3e723a0a99cab7f3eaccf074fd # v2.16.5
98
98
env :
99
99
CIBW_BUILD :" cp311-*"
100
100
CIBW_SKIP :" *-musllinux*"
@@ -107,7 +107,7 @@ jobs:
107
107
CIBW_ARCHS :${{ matrix.cibw_archs }}
108
108
109
109
-name :Build wheels for CPython 3.10
110
- uses :pypa/cibuildwheel@39a63b5912f086dd459cf6fcb13dcdd3fe3bc24d # v2.15.0
110
+ uses :pypa/cibuildwheel@ce3fb7832089eb3e723a0a99cab7f3eaccf074fd # v2.16.5
111
111
env :
112
112
CIBW_BUILD :" cp310-*"
113
113
CIBW_SKIP :" *-musllinux*"
@@ -120,7 +120,7 @@ jobs:
120
120
CIBW_ARCHS :${{ matrix.cibw_archs }}
121
121
122
122
-name :Build wheels for CPython 3.9
123
- uses :pypa/cibuildwheel@39a63b5912f086dd459cf6fcb13dcdd3fe3bc24d # v2.15.0
123
+ uses :pypa/cibuildwheel@ce3fb7832089eb3e723a0a99cab7f3eaccf074fd # v2.16.5
124
124
env :
125
125
CIBW_BUILD :" cp39-*"
126
126
CIBW_SKIP :" *-musllinux*"
@@ -133,7 +133,7 @@ jobs:
133
133
CIBW_ARCHS :${{ matrix.cibw_archs }}
134
134
135
135
-name :Build wheels for CPython 3.8
136
- uses :pypa/cibuildwheel@39a63b5912f086dd459cf6fcb13dcdd3fe3bc24d # v2.15.0
136
+ uses :pypa/cibuildwheel@ce3fb7832089eb3e723a0a99cab7f3eaccf074fd # v2.16.5
137
137
env :
138
138
CIBW_BUILD :" cp38-*"
139
139
CIBW_SKIP :" *-musllinux*"
@@ -146,7 +146,7 @@ jobs:
146
146
CIBW_ARCHS :${{ matrix.cibw_archs }}
147
147
148
148
-name :Build wheels for PyPy 3.8
149
- uses :pypa/cibuildwheel@39a63b5912f086dd459cf6fcb13dcdd3fe3bc24d # v2.15.0
149
+ uses :pypa/cibuildwheel@ce3fb7832089eb3e723a0a99cab7f3eaccf074fd # v2.16.5
150
150
env :
151
151
CIBW_BUILD :" pp38-*"
152
152
CIBW_SKIP :" *-musllinux*"
@@ -157,7 +157,7 @@ jobs:
157
157
if :matrix.cibw_archs != 'aarch64'
158
158
159
159
-name :Build wheels for PyPy 3.9
160
- uses :pypa/cibuildwheel@39a63b5912f086dd459cf6fcb13dcdd3fe3bc24d # v2.15.0
160
+ uses :pypa/cibuildwheel@ce3fb7832089eb3e723a0a99cab7f3eaccf074fd # v2.16.5
161
161
env :
162
162
CIBW_BUILD :" pp39-*"
163
163
CIBW_SKIP :" *-musllinux*"