Skip to content

Commit 9e1c4d8

Browse files
committed
Wheels: Keep Python 3.8 for now
WarpX CI still uses it. x-ref: #1677 #1554
1 parent 6d126ad commit 9e1c4d8

2 files changed

Lines changed: 14 additions & 4 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ jobs:
105105
# https://github.com/pypa/manylinux/issues/899
106106
CIBW_SKIP: "pp*-manylinux*"
107107
CIBW_ARCHS: "${{ matrix.arch }}"
108-
CIBW_PROJECT_REQUIRES_PYTHON: ">=3.9"
108+
CIBW_PROJECT_REQUIRES_PYTHON: ">=3.8"
109109
# Install dependencies
110110
CIBW_BEFORE_BUILD_LINUX: bash -x .github/library_builders.sh
111111
CIBW_BEFORE_BUILD_MACOS: bash -x .github/library_builders.sh

.travis.yml

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
arch: arm64
2929
dist: focal
3030
env:
31-
- CIBW_BUILD="cp39-manylinux_aarch64"
31+
- CIBW_BUILD="cp38-manylinux_aarch64 cp39-manylinux_aarch64"
3232
- services: docker
3333
arch: arm64
3434
dist: focal
@@ -48,13 +48,13 @@ jobs:
4848
arch: arm64
4949
dist: focal
5050
env:
51-
- CIBW_BUILD="pp39-manylinux_aarch64"
51+
- CIBW_BUILD="pp38-manylinux_aarch64 pp39-manylinux_aarch64"
5252
# +musllinux
5353
- services: docker
5454
arch: arm64
5555
dist: focal
5656
env:
57-
- CIBW_BUILD="cp39-musllinux_aarch64"
57+
- CIBW_BUILD="cp38-musllinux_aarch64 cp39-musllinux_aarch64"
5858
- services: docker
5959
arch: arm64
6060
dist: focal
@@ -67,6 +67,11 @@ jobs:
6767
- CIBW_BUILD="cp312-musllinux_aarch64 cp313-musllinux_aarch64"
6868

6969
# perform a linux PPC64LE build
70+
- services: docker
71+
arch: ppc64le
72+
dist: focal
73+
env:
74+
- CIBW_BUILD="cp38-manylinux_ppc64le"
7075
- services: docker
7176
arch: ppc64le
7277
dist: focal
@@ -92,6 +97,11 @@ jobs:
9297
dist: focal
9398
env:
9499
- CIBW_BUILD="cp313-manylinux_ppc64le"
100+
- services: docker
101+
arch: ppc64le
102+
dist: focal
103+
env:
104+
- CIBW_BUILD="cp38-musllinux_ppc64le"
95105
- services: docker
96106
arch: ppc64le
97107
dist: focal

0 commit comments

Comments
 (0)