91
91
- [windows-2022, win_amd64, ""]
92
92
- [windows-2022, win32, ""]
93
93
- [windows-11-arm, win_arm64, ""]
94
- python : ["cp311", "cp312", "cp313", "cp313t", "pp311"]
94
+ python : ["cp311", "cp312", "cp313", "cp313t", "cp314", "cp314t", " pp311"]
95
95
exclude :
96
96
# Don't build PyPy 32-bit windows
97
97
- buildplat : [windows-2022, win32, ""]
@@ -106,6 +106,8 @@ jobs:
106
106
python : " pp311"
107
107
- buildplat : [ macos13, macosx_x86_64, openblas ]
108
108
python : " cp313t"
109
+ - buildplat : [ macos13, macosx_x86_64, openblas ]
110
+ python : " cp314t"
109
111
110
112
env :
111
113
IS_32_BIT : ${{ matrix.buildplat[1] == 'win32' }}
@@ -172,7 +174,7 @@ jobs:
172
174
fi
173
175
174
176
- name : Build wheels
175
- uses : pypa/cibuildwheel@faf86a6ed7efa889faf6996aa23820831055001a # v2.23.3
177
+ uses : pypa/cibuildwheel@95d2f3a92fbf80abe066b09418bbf128a8923df2 # v3.0.1
176
178
env :
177
179
CIBW_BUILD : ${{ matrix.python }}-${{ matrix.buildplat[1] }}
178
180
@@ -182,7 +184,7 @@ jobs:
182
184
path : ./wheelhouse/*.whl
183
185
184
186
- name : install micromamba
185
- uses : mamba-org/setup-micromamba@0dea6379afdaffa5d528b3d1dabc45da37f443fc
187
+ uses : mamba-org/setup-micromamba@b09ef9b599704322748535812ca03efb2625677b
186
188
if : ${{ matrix.buildplat[1] != 'win_arm64' }} # unsupported platform at the moment
187
189
with :
188
190
# for installation of anaconda-client, required for upload to
@@ -275,7 +277,7 @@ jobs:
275
277
name : sdist
276
278
path : ./dist/*
277
279
278
- - uses : conda-incubator/setup-miniconda@505e6394dae86d6a5c7fbb6e3fb8938e3e863830 # v3.1.1
280
+ - uses : conda-incubator/setup-miniconda@835234971496cad1653abb28a638a281cf32541f # v3.2.0
279
281
with :
280
282
# for installation of anaconda-client, required for upload to
281
283
# anaconda.org
0 commit comments