update python to 3.9, fix gitlab-ci test step

This commit is contained in:
Aarni Halinen
2021-04-14 16:48:44 +03:00
parent 441227bc15
commit 5049ef415d
5 changed files with 14 additions and 90 deletions
+1 -1
View File
@@ -12,5 +12,5 @@
"reportMissingImports": true,
"reportMissingTypeStubs": false,
"pythonVersion": "3.7.4"
"pythonVersion": "3.9"
}