From 7c7fe3ebeb24dcc0a68566ae6551801e0336901a Mon Sep 17 00:00:00 2001 From: David C Ellis Date: Mon, 21 Oct 2024 10:15:36 +0100 Subject: [PATCH] 3.13 is final now --- .github/workflows/auto_test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/auto_test.yml b/.github/workflows/auto_test.yml index 9569cdd..7731b64 100644 --- a/.github/workflows/auto_test.yml +++ b/.github/workflows/auto_test.yml @@ -14,7 +14,7 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest] - python-version: ["3.13-dev", "3.12", "3.11", "3.10", "pypy-3.10", "3.9", "3.8"] + python-version: ["3.13", "3.12", "3.11", "3.10", "pypy-3.10", "3.9", "3.8"] steps: - uses: actions/checkout@v4