diff --git a/.github/workflows/verify.yml b/.github/workflows/verify.yml index a05c423bd..984d90570 100644 --- a/.github/workflows/verify.yml +++ b/.github/workflows/verify.yml @@ -5,7 +5,7 @@ name: Latest commit env: CACHE_VERSION: 12 - DEFAULT_PYTHON: "3.13.0" + DEFAULT_PYTHON: "3.13" PRE_COMMIT_HOME: ~/.cache/pre-commit on: @@ -173,7 +173,7 @@ jobs: needs: commitcheck strategy: matrix: - python-version: ["3.13.0", "3.12"] + python-version: ["3.13", "3.12"] steps: - name: Check out committed code uses: actions/checkout@v4 @@ -213,7 +213,7 @@ jobs: needs: prepare-test-cache strategy: matrix: - python-version: ["3.13.0", "3.12"] + python-version: ["3.13", "3.12"] steps: - name: Check out committed code