Skip to content

Commit

Permalink
Wheels: Keep Python 3.8 for now
Browse files Browse the repository at this point in the history
WarpX CI still uses it.

x-ref: openPMD#1677 openPMD#1554
  • Loading branch information
ax3l committed Oct 11, 2024
1 parent 6d126ad commit 9e1c4d8
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ jobs:
# https://github.com/pypa/manylinux/issues/899
CIBW_SKIP: "pp*-manylinux*"
CIBW_ARCHS: "${{ matrix.arch }}"
CIBW_PROJECT_REQUIRES_PYTHON: ">=3.9"
CIBW_PROJECT_REQUIRES_PYTHON: ">=3.8"
# Install dependencies
CIBW_BEFORE_BUILD_LINUX: bash -x .github/library_builders.sh
CIBW_BEFORE_BUILD_MACOS: bash -x .github/library_builders.sh
Expand Down
16 changes: 13 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
arch: arm64
dist: focal
env:
- CIBW_BUILD="cp39-manylinux_aarch64"
- CIBW_BUILD="cp38-manylinux_aarch64 cp39-manylinux_aarch64"
- services: docker
arch: arm64
dist: focal
Expand All @@ -48,13 +48,13 @@ jobs:
arch: arm64
dist: focal
env:
- CIBW_BUILD="pp39-manylinux_aarch64"
- CIBW_BUILD="pp38-manylinux_aarch64 pp39-manylinux_aarch64"
# +musllinux
- services: docker
arch: arm64
dist: focal
env:
- CIBW_BUILD="cp39-musllinux_aarch64"
- CIBW_BUILD="cp38-musllinux_aarch64 cp39-musllinux_aarch64"
- services: docker
arch: arm64
dist: focal
Expand All @@ -67,6 +67,11 @@ jobs:
- CIBW_BUILD="cp312-musllinux_aarch64 cp313-musllinux_aarch64"

# perform a linux PPC64LE build
- services: docker
arch: ppc64le
dist: focal
env:
- CIBW_BUILD="cp38-manylinux_ppc64le"
- services: docker
arch: ppc64le
dist: focal
Expand All @@ -92,6 +97,11 @@ jobs:
dist: focal
env:
- CIBW_BUILD="cp313-manylinux_ppc64le"
- services: docker
arch: ppc64le
dist: focal
env:
- CIBW_BUILD="cp38-musllinux_ppc64le"
- services: docker
arch: ppc64le
dist: focal
Expand Down

0 comments on commit 9e1c4d8

Please sign in to comment.