From f60904055182a0902bfa52048d3ce79a88d1682d Mon Sep 17 00:00:00 2001 From: Andrew Murray Date: Thu, 14 Mar 2024 22:12:41 +1100 Subject: [PATCH] Revert "Pin Python 3.13 on Windows to a3" This reverts commit 26e0f6df56c1289d52b156642c6ee1197d2bf69b. --- .github/workflows/test-windows.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-windows.yml b/.github/workflows/test-windows.yml index c936be55925..0ab8def3111 100644 --- a/.github/workflows/test-windows.yml +++ b/.github/workflows/test-windows.yml @@ -35,7 +35,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: ["pypy3.10", "pypy3.9", "3.8", "3.9", "3.10", "3.11", "3.12", "3.13.0-alpha.3"] + python-version: ["pypy3.10", "pypy3.9", "3.8", "3.9", "3.10", "3.11", "3.12", "3.13"] timeout-minutes: 30