diff --git a/.github/workflows/python-code-checks.yml b/.github/workflows/python-code-checks.yml index b253f9b..d57ddb2 100644 --- a/.github/workflows/python-code-checks.yml +++ b/.github/workflows/python-code-checks.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-22.04 strategy: matrix: - python-version: ["3.8", "3.9", "3.10"] + python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"] name: Running Python code checks with Python ${{ matrix.python-version }} steps: