9292 - [windows-2022, win_amd64, ""]
9393 - [windows-2022, win32, ""]
9494 - [windows-11-arm, win_arm64, ""]
95- python : ["cp311", "cp312", "cp313", "cp313t", "pp311"]
95+ python : ["cp311", "cp312", "cp313", "cp313t", "cp314", "cp314t", " pp311"]
9696 exclude :
9797 # Don't build PyPy 32-bit windows
9898 - buildplat : [windows-2022, win32, ""]
@@ -107,6 +107,8 @@ jobs:
107107 python : " pp311"
108108 - buildplat : [ macos13, macosx_x86_64, openblas ]
109109 python : " cp313t"
110+ - buildplat : [ macos13, macosx_x86_64, openblas ]
111+ python : " cp314t"
110112
111113 env :
112114 IS_32_BIT : ${{ matrix.buildplat[1] == 'win32' }}
@@ -173,7 +175,7 @@ jobs:
173175 fi
174176
175177 - name : Build wheels
176- uses : pypa/cibuildwheel@faf86a6ed7efa889faf6996aa23820831055001a # v2.23.3
178+ uses : pypa/cibuildwheel@95d2f3a92fbf80abe066b09418bbf128a8923df2 # v3.0.1
177179 env :
178180 CIBW_BUILD : ${{ matrix.python }}-${{ matrix.buildplat[1] }}
179181
@@ -183,7 +185,7 @@ jobs:
183185 path : ./wheelhouse/*.whl
184186
185187 - name : install micromamba
186- uses : mamba-org/setup-micromamba@0dea6379afdaffa5d528b3d1dabc45da37f443fc
188+ uses : mamba-org/setup-micromamba@b09ef9b599704322748535812ca03efb2625677b
187189 if : ${{ matrix.buildplat[1] != 'win_arm64' }} # unsupported platform at the moment
188190 with :
189191 # for installation of anaconda-client, required for upload to
@@ -276,7 +278,7 @@ jobs:
276278 name : sdist
277279 path : ./dist/*
278280
279- - uses : conda-incubator/setup-miniconda@505e6394dae86d6a5c7fbb6e3fb8938e3e863830 # v3.1.1
281+ - uses : conda-incubator/setup-miniconda@835234971496cad1653abb28a638a281cf32541f # v3.2.0
280282 with :
281283 # for installation of anaconda-client, required for upload to
282284 # anaconda.org
0 commit comments