Skip to content

Commit 2d0317b

Browse files
committed
ci: use python 3.12 on Travis CI
1 parent 6d8a5dc commit 2d0317b

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

.travis.yml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,15 @@
11
os: linux
2-
dist: focal
2+
dist: jammy
33
language: python
4-
python: "3.9"
5-
arch: arm64-graviton2
4+
python: "3.12"
65

76
branches:
87
except:
98
- /^dependabot.*$/
109

1110
jobs:
1211
include:
13-
- arch: arm64-graviton2
14-
virt: vm
15-
group: edge
12+
- arch: arm64
1613
- arch: ppc64le
1714
- arch: s390x
1815
allow_failures:
@@ -41,7 +38,7 @@ install:
4138
- pip install nox
4239

4340
script:
44-
- nox -s tests-3.9
41+
- nox -s tests-3.12
4542

4643
after_success:
4744
- if [ "$(uname -m)" != "aarch64" ]; then qemu-x86_64-static ${HOME}/codecov; fi

0 commit comments

Comments
 (0)