From 4727b792b0cbe549838b7cb30b6fb6567c83b34b Mon Sep 17 00:00:00 2001 From: Sebastian Rittau Date: Mon, 4 Nov 2024 16:12:25 +0100 Subject: [PATCH] [CI] Switch to stable Python 3.13 --- .github/workflows/test-and-lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-and-lint.yml b/.github/workflows/test-and-lint.yml index a34bc51..90fc807 100644 --- a/.github/workflows/test-and-lint.yml +++ b/.github/workflows/test-and-lint.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ["3.11", "3.12", "3.13.0-rc.1"] + python-version: ["3.11", "3.12", "3.13"] fail-fast: false steps: