From 6a6f52c6e914f96d30badb697f00c7e79474e013 Mon Sep 17 00:00:00 2001 From: Bouwe Westerdijk Date: Thu, 24 Apr 2025 08:00:26 +0200 Subject: [PATCH] Remove specific python 3.13.0 requirement --- .github/workflows/verify.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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