Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6700579

Browse files
authored
Merge pull request #29425 from charris/support-python-314rc1
MAINT: Support python 314rc1
2 parents 968fa73 + 40aa44d commit 6700579

File tree

3 files changed

+8
-6
lines changed

3 files changed

+8
-6
lines changed

.github/workflows/emscripten.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
fetch-tags: true
5050
persist-credentials: false
5151

52-
- uses: pypa/cibuildwheel@faf86a6ed7efa889faf6996aa23820831055001a # 2.23.3
52+
- uses: pypa/cibuildwheel@ffd835cef18fa11522f608fc0fa973b89f5ddc87 # v3.1.0
5353
env:
5454
CIBW_PLATFORM: pyodide
5555

.github/workflows/wheels.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
- [windows-2022, win_amd64, ""]
9292
- [windows-2022, win32, ""]
9393
- [windows-11-arm, win_arm64, ""]
94-
python: ["cp311", "cp312", "cp313", "cp313t", "pp311"]
94+
python: ["cp311", "cp312", "cp313", "cp313t", "cp314", "cp314t", "pp311"]
9595
exclude:
9696
# Don't build PyPy 32-bit windows
9797
- buildplat: [windows-2022, win32, ""]
@@ -106,6 +106,8 @@ jobs:
106106
python: "pp311"
107107
- buildplat: [ macos13, macosx_x86_64, openblas ]
108108
python: "cp313t"
109+
- buildplat: [ macos13, macosx_x86_64, openblas ]
110+
python: "cp314t"
109111

110112
env:
111113
IS_32_BIT: ${{ matrix.buildplat[1] == 'win32' }}
@@ -172,7 +174,7 @@ jobs:
172174
fi
173175
174176
- name: Build wheels
175-
uses: pypa/cibuildwheel@faf86a6ed7efa889faf6996aa23820831055001a # v2.23.3
177+
uses: pypa/cibuildwheel@ffd835cef18fa11522f608fc0fa973b89f5ddc87 # v3.1.0
176178
env:
177179
CIBW_BUILD: ${{ matrix.python }}-${{ matrix.buildplat[1] }}
178180

@@ -182,7 +184,7 @@ jobs:
182184
path: ./wheelhouse/*.whl
183185

184186
- name: install micromamba
185-
uses: mamba-org/setup-micromamba@0dea6379afdaffa5d528b3d1dabc45da37f443fc
187+
uses: mamba-org/setup-micromamba@b09ef9b599704322748535812ca03efb2625677b
186188
if: ${{ matrix.buildplat[1] != 'win_arm64' }} # unsupported platform at the moment
187189
with:
188190
# for installation of anaconda-client, required for upload to
@@ -275,7 +277,7 @@ jobs:
275277
name: sdist
276278
path: ./dist/*
277279

278-
- uses: conda-incubator/setup-miniconda@505e6394dae86d6a5c7fbb6e3fb8938e3e863830 # v3.1.1
280+
- uses: conda-incubator/setup-miniconda@835234971496cad1653abb28a638a281cf32541f # v3.2.0
279281
with:
280282
# for installation of anaconda-client, required for upload to
281283
# anaconda.org

numpy/_core/src/highway

Submodule highway updated 129 files

0 commit comments

Comments
 (0)