From 51500ad009a21e86bf5259d60a4d7379bde70bb6 Mon Sep 17 00:00:00 2001 From: Griatch Date: Sun, 17 Mar 2024 08:49:55 +0100 Subject: [PATCH] Expand CS test suite with py 3.12 --- .github/workflows/github_action_test_suite.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/github_action_test_suite.yml b/.github/workflows/github_action_test_suite.yml index c2d8d37d5a..c05faa95a5 100644 --- a/.github/workflows/github_action_test_suite.yml +++ b/.github/workflows/github_action_test_suite.yml @@ -19,7 +19,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: ["3.10", "3.11"] + python-version: ["3.10", "3.11", "3.12"] TESTING_DB: ["sqlite3", "postgresql", "mysql"] include: - python-version: "3.10"