diff --git a/.github/workflows/check-code.yml b/.github/workflows/check-code.yml index 52474331..bcca6ee4 100644 --- a/.github/workflows/check-code.yml +++ b/.github/workflows/check-code.yml @@ -21,7 +21,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ["3.9.x", "3.10.x", "3.11.x", "3.12.x"] + python-version: ["3.9.x", "3.10.x", "3.11.x", "3.12.x", "3.13.x"] # Steps represent a sequence of tasks that will be executed as part of the job steps: