From 2f66e306a590baf5d3e9abd9232e34fe5a19d0f7 Mon Sep 17 00:00:00 2001 From: tristanlatr Date: Mon, 25 Nov 2024 19:36:36 -0500 Subject: [PATCH] Update python version of the github action. --- .github/workflows/unit.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/unit.yaml b/.github/workflows/unit.yaml index 8060e9d35..4b25a8531 100644 --- a/.github/workflows/unit.yaml +++ b/.github/workflows/unit.yaml @@ -20,7 +20,7 @@ jobs: strategy: matrix: python-version: ['pypy-3.8', 'pypy-3.9', 'pypy-3.10', - '3.8', '3.9', '3.10', '3.11', '3.12', '3.13.0-rc.2'] + '3.8', '3.9', '3.10', '3.11', '3.12', '3.13'] os: [ubuntu-latest, windows-latest, macos-latest] steps: