Skip to content

Commit 0717bd1

Browse files
authored
move travis build of 3.9 to focal (#708)
1 parent 599265e commit 0717bd1

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.travis.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ matrix:
77
env:
88

99
- python: '3.9'
10+
dist: focal
1011
env:
1112
- COVERAGE="true"
1213
- NUMPY="true"
@@ -32,16 +33,16 @@ matrix:
3233
- python: 'pypy3.9-7.3.9' # at 7.3.16
3334
env:
3435

35-
- python: 'pypy3.10-7.3.18'
36+
- python: 'pypy3.10-7.3.19'
3637
env:
3738

38-
- python: 'pypy3.11-7.3.18'
39+
- python: 'pypy3.11-7.3.19'
3940
env:
4041

4142
allow_failures:
4243
- python: '3.14-dev' # CI missing
43-
- python: 'pypy3.10-7.3.18' # CI missing
44-
- python: 'pypy3.11-7.3.18' # CI missing
44+
- python: 'pypy3.10-7.3.19' # CI missing
45+
- python: 'pypy3.11-7.3.19' # CI missing
4546
fast_finish: true
4647

4748
cache:

0 commit comments

Comments
 (0)