Skip to content

Commit ce0dd62

Browse files
committed
Remove Python 3.8 (EOL)
1 parent 1f4e30d commit ce0dd62

File tree

1 file changed

+2
-12
lines changed

1 file changed

+2
-12
lines changed

.travis.yml

+2-12
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
arch: arm64
2929
dist: focal
3030
env:
31-
- CIBW_BUILD="cp38-manylinux_aarch64 cp39-manylinux_aarch64"
31+
- CIBW_BUILD="cp39-manylinux_aarch64"
3232
- services: docker
3333
arch: arm64
3434
dist: focal
@@ -48,7 +48,7 @@ jobs:
4848
arch: arm64
4949
dist: focal
5050
env:
51-
- CIBW_BUILD="pp38-manylinux_aarch64 pp39-manylinux_aarch64"
51+
- CIBW_BUILD="pp39-manylinux_aarch64"
5252
# +musllinux
5353
- services: docker
5454
arch: arm64
@@ -67,11 +67,6 @@ 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"
7570
- services: docker
7671
arch: ppc64le
7772
dist: focal
@@ -97,11 +92,6 @@ jobs:
9792
dist: focal
9893
env:
9994
- CIBW_BUILD="cp313-manylinux_ppc64le"
100-
- services: docker
101-
arch: ppc64le
102-
dist: focal
103-
env:
104-
- CIBW_BUILD="cp38-musllinux_ppc64le"
10595
- services: docker
10696
arch: ppc64le
10797
dist: focal

0 commit comments

Comments
 (0)