readd matrix

This commit is contained in:
Mira Weller
2024-10-25 17:03:55 +02:00
parent 9b4506d5e5
commit d4ea0990b3

View File

@@ -24,7 +24,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [ "3.11"]
python-version: ["3.9", "3.10", "3.11"]
database: [ postgres]
exclude:
- database: sqlite