Skip to content

Commit c1fdda3

Browse files
committed
Wheels: Python 3.14
Build wheels for Python 3.14 for the latest stable release.
1 parent 2235b29 commit c1fdda3

File tree

2 files changed

+22
-2
lines changed

2 files changed

+22
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
- name: Install cibuildwheel
8585
run: |
8686
python -m pip install --upgrade pip setuptools wheel
87-
python -m pip install cibuildwheel==2.21.2
87+
python -m pip install cibuildwheel==3.2.1
8888
8989
# 0.16.1.post1 bump
9090
- name: Download Patch 1/1

.travis.yml

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,11 @@ jobs:
3939
dist: focal
4040
env:
4141
- CIBW_BUILD="cp312-manylinux_aarch64 cp313-manylinux_aarch64"
42+
- services: docker
43+
arch: arm64
44+
dist: focal
45+
env:
46+
- CIBW_BUILD="cp314-manylinux_aarch64"
4247
- services: docker
4348
arch: arm64
4449
dist: focal
@@ -65,6 +70,11 @@ jobs:
6570
dist: focal
6671
env:
6772
- CIBW_BUILD="cp312-musllinux_aarch64 cp313-musllinux_aarch64"
73+
- services: docker
74+
arch: arm64
75+
dist: focal
76+
env:
77+
- CIBW_BUILD="cp314-musllinux_aarch64"
6878

6979
# perform a linux PPC64LE build
7080
- services: docker
@@ -92,6 +102,11 @@ jobs:
92102
dist: focal
93103
env:
94104
- CIBW_BUILD="cp313-manylinux_ppc64le"
105+
- services: docker
106+
arch: ppc64le
107+
dist: focal
108+
env:
109+
- CIBW_BUILD="cp314-manylinux_ppc64le"
95110
- services: docker
96111
arch: ppc64le
97112
dist: focal
@@ -117,6 +132,11 @@ jobs:
117132
dist: focal
118133
env:
119134
- CIBW_BUILD="cp313-musllinux_ppc64le"
135+
- services: docker
136+
arch: ppc64le
137+
dist: focal
138+
env:
139+
- CIBW_BUILD="cp314-musllinux_ppc64le"
120140

121141
# perform a linux S390X build
122142
# blocked by https://github.com/GTkorvo/dill/issues/15
@@ -136,7 +156,7 @@ install:
136156
- git clone --branch ${OPENPMD_GIT_REF} --depth 1 https://github.com/openPMD/openPMD-api.git src
137157
- cp library_builders.sh src/.github/
138158
- python -m pip install --upgrade pip setuptools wheel
139-
- python -m pip install cibuildwheel==2.21.2
159+
- python -m pip install cibuildwheel==3.2.1
140160
# twine & cryptography: see
141161
# https://github.com/scikit-build/cmake-python-distributions/blob/4730aeee240917303f293dffc89a8d8d5a4787c4/requirements-deploy.txt
142162
# https://github.com/pyca/cryptography/issues/6086

0 commit comments

Comments
 (0)