Skip to content

Commit 9df587d

Browse files
author
Hugo Osvaldo Barrera
committed
Update CI image
The former one does not support Python 3.9.
1 parent 8ac4a00 commit 9df587d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
]
66
},
77
"cache": "pip",
8-
"dist": "bionic",
8+
"dist": "focal",
99
"git": {
1010
"submodules": false
1111
},

scripts/make_travisconf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
cfg = {}
88

99
cfg['sudo'] = True
10-
cfg['dist'] = 'bionic'
10+
cfg['dist'] = 'focal'
1111
cfg['language'] = 'python'
1212
cfg['cache'] = 'pip'
1313

0 commit comments

Comments
 (0)