From 0b4ffb4271b1e19011698e2eee1f22b67b18e93b Mon Sep 17 00:00:00 2001 From: DJ Magar <85457381+DJStompZone@users.noreply.github.com> Date: Fri, 7 Jun 2024 00:51:18 -0700 Subject: [PATCH] Update python-tests.yml --- .github/workflows/python-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python-tests.yml b/.github/workflows/python-tests.yml index 2d794e1..7294e87 100644 --- a/.github/workflows/python-tests.yml +++ b/.github/workflows/python-tests.yml @@ -8,7 +8,7 @@ jobs: strategy: matrix: os: [windows-latest] - python-version: ['3.0.1', '3.1.4', '3.2.5', '3.3.5', '3.5.4', '3.6.15', '3.7.17', '3.8.18', '3.9.19', '3.10.14', '3.11.9', '3.12.3', '3.13.0-beta.1'] + python-version: ['3.0.1', '3.1.4', '3.2.5', '3.3.5', '3.5.4', '3.6.8', '3.7', '3.8', '3.9', '3.10', '3.11', '3.12', '3.13.0-beta.1'] runs-on: ${{ matrix.os }}