Expand CS test suite with py 3.12

This commit is contained in:
Griatch 2024-03-17 08:49:55 +01:00
parent 11834dfe49
commit 51500ad009

View file

@ -19,7 +19,7 @@ jobs:
strategy: strategy:
fail-fast: false fail-fast: false
matrix: matrix:
python-version: ["3.10", "3.11"] python-version: ["3.10", "3.11", "3.12"]
TESTING_DB: ["sqlite3", "postgresql", "mysql"] TESTING_DB: ["sqlite3", "postgresql", "mysql"]
include: include:
- python-version: "3.10" - python-version: "3.10"