diff --git a/.github/workflows/code-quality-checks.yml b/.github/workflows/code-quality-checks.yml index ed253d5e..843d09ac 100644 --- a/.github/workflows/code-quality-checks.yml +++ b/.github/workflows/code-quality-checks.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: [3.9, "3.10", "3.11"] + python-version: [3.9, "3.10", "3.11", "3.12"] steps: #---------------------------------------------- # check-out repo and set-up python @@ -62,7 +62,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: [3.9, "3.10", "3.11" ] + python-version: [3.9, "3.10", "3.11", "3.12"] steps: #---------------------------------------------- # check-out repo and set-up python @@ -113,7 +113,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: [3.9, "3.10"] + python-version: [3.9, "3.10", "3.11", "3.12"] steps: #---------------------------------------------- # check-out repo and set-up python @@ -165,7 +165,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: [3.9, "3.10"] + python-version: [3.9, "3.10", "3.11", "3.12"] steps: #---------------------------------------------- # check-out repo and set-up python