We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 599265e commit 0717bd1Copy full SHA for 0717bd1
.travis.yml
@@ -7,6 +7,7 @@ matrix:
7
env:
8
9
- python: '3.9'
10
+ dist: focal
11
12
- COVERAGE="true"
13
- NUMPY="true"
@@ -32,16 +33,16 @@ matrix:
32
33
- python: 'pypy3.9-7.3.9' # at 7.3.16
34
35
- - python: 'pypy3.10-7.3.18'
36
+ - python: 'pypy3.10-7.3.19'
37
38
- - python: 'pypy3.11-7.3.18'
39
+ - python: 'pypy3.11-7.3.19'
40
41
42
allow_failures:
43
- python: '3.14-dev' # CI missing
- - python: 'pypy3.10-7.3.18' # CI missing
44
- - python: 'pypy3.11-7.3.18' # CI missing
+ - python: 'pypy3.10-7.3.19' # CI missing
45
+ - python: 'pypy3.11-7.3.19' # CI missing
46
fast_finish: true
47
48
cache:
0 commit comments