Skip to content

Commit 0b60fc6

Browse files
committed
Use python 3.8 for aarch64, ppc64le & s390x tests
1 parent 00c021f commit 0b60fc6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.travis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@ jobs:
88
- python: "3.7"
99
- python: "3.8"
1010
- python: "3.9"
11-
- python: "3.7"
11+
- python: "3.8"
1212
arch: arm64-graviton2
1313
virt: vm
1414
group: edge
15-
- python: "3.7"
15+
- python: "3.8"
1616
arch: ppc64le
17-
- python: "3.7"
17+
- python: "3.8"
1818
arch: s390x
19-
- python: "3.7"
19+
- python: "3.8"
2020
env: LINTER=1
2121

2222
services:

0 commit comments

Comments
 (0)