mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-04-27 14:57:41 +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",
|
"cache": "pip",
|
||||||
"dist": "bionic",
|
"dist": "focal",
|
||||||
"git": {
|
"git": {
|
||||||
"submodules": false
|
"submodules": false
|
||||||
},
|
},
|
||||||
|
|
|
||||||
|
|
@ -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'
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue