Skip to content

Commit d6da05d

Browse files
committed
BUILD: Add Python 3.14 to wheel builds [wheel build]
This is to check wheel builds work. It isn't final as cibuildwheel does not yet support 3.14.0rc1.
1 parent 968fa73 commit d6da05d

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.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@95d2f3a92fbf80abe066b09418bbf128a8923df2 # v3.0.1
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

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy