File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -131,7 +131,7 @@ jobs:
131131 # https://github.com/pypa/cibuildwheel/issues/1139
132132 run : touch python/setup.py
133133 - name : Build wheels
134- uses : pypa/cibuildwheel@v3.1.4
134+ uses : pypa/cibuildwheel@v3.2.1
135135 env :
136136 CIBW_BUILD : cp38-win_amd64 cp39-win_amd64 cp310-win_amd64 cp311-win_amd64 cp312-win_amd64 cp313-win_amd64
137137 CIBW_ARCHS : auto64
@@ -164,7 +164,8 @@ jobs:
164164 # https://github.com/pypa/cibuildwheel/issues/1139
165165 run : touch python/setup.py
166166 - name : Build wheels
167- uses : pypa/cibuildwheel@v3.1.4
167+ # Cannot use a more recent version than v2.22.0 because of fetappi wheel which uses AVRO which cannot be built with GNU 14.
168+ uses : pypa/cibuildwheel@v2.22.0
168169 env :
169170 CIBW_BUILD : cp38-manylinux_* cp39-manylinux_* cp310-manylinux_* cp311-manylinux_* cp312-manylinux_* cp313-manylinux_*
170171 CIBW_ARCHS : auto64
@@ -201,7 +202,7 @@ jobs:
201202 # https://github.com/pypa/cibuildwheel/issues/1139
202203 run : touch python/setup.py
203204 - name : Build wheels
204- uses : pypa/cibuildwheel@v3.1.4
205+ uses : pypa/cibuildwheel@v3.2.1
205206 env :
206207 CIBW_BUILD : cp38-macosx_* cp39-macosx_* cp310-macosx_* cp311-macosx_* cp312-macosx_* cp313-macosx_*
207208 CIBW_ARCHS : auto64
You can’t perform that action at this time.
0 commit comments