Expand CS test suite with py 3.12
This commit is contained in:
parent
11834dfe49
commit
51500ad009
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue