Fix GitHub actions scripts (No YAML, Python 3.10 is not 3.1)

This commit is contained in:
Raphael Michel
2022-01-19 17:01:42 +01:00
parent 5b27ce1265
commit 9e51736232
+2 -2
View File
@@ -18,13 +18,13 @@ jobs:
name: Tests
strategy:
matrix:
python-version: [3.7, 3.8, 3.10]
python-version: ["3.7", "3.8", "3.10"]
database: [sqlite, postgres, mysql]
exclude:
- database: mysql
python-version: 3.8
- database: mysql
python-version: 3.10
python-version: "3.10"
- database: sqlite
python-version: 3.7
- database: sqlite