Update CI image

The former one does not support Python 3.9.
This commit is contained in:
Hugo Osvaldo Barrera 2020-10-19 21:43:15 +02:00
parent 8ac4a00306
commit 9df587df26
2 changed files with 2 additions and 2 deletions

View file

@ -5,7 +5,7 @@
] ]
}, },
"cache": "pip", "cache": "pip",
"dist": "bionic", "dist": "focal",
"git": { "git": {
"submodules": false "submodules": false
}, },

View file

@ -7,7 +7,7 @@ python_versions = ["3.7", "3.8", "3.9"]
cfg = {} cfg = {}
cfg['sudo'] = True cfg['sudo'] = True
cfg['dist'] = 'bionic' cfg['dist'] = 'focal'
cfg['language'] = 'python' cfg['language'] = 'python'
cfg['cache'] = 'pip' cfg['cache'] = 'pip'