mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-03-25 08:55:50 +00:00
Update CI image
The former one does not support Python 3.9.
This commit is contained in:
parent
8ac4a00306
commit
9df587df26
2 changed files with 2 additions and 2 deletions
|
|
@ -5,7 +5,7 @@
|
|||
]
|
||||
},
|
||||
"cache": "pip",
|
||||
"dist": "bionic",
|
||||
"dist": "focal",
|
||||
"git": {
|
||||
"submodules": false
|
||||
},
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@ python_versions = ["3.7", "3.8", "3.9"]
|
|||
cfg = {}
|
||||
|
||||
cfg['sudo'] = True
|
||||
cfg['dist'] = 'bionic'
|
||||
cfg['dist'] = 'focal'
|
||||
cfg['language'] = 'python'
|
||||
cfg['cache'] = 'pip'
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue