From 9af8bfec86fffcbd9b4649105f44b7c08e5ccc91 Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> Date: Tue, 20 Feb 2024 13:47:26 +0200 Subject: [PATCH] Temporarily pin to 3.13.0a3 for Windows --- .github/workflows/coverage.yml | 7 +++++++ .github/workflows/testsuite.yml | 7 +++++++ 2 files changed, 14 insertions(+) diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 5c63d1d4a..5c9a8814f 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -69,6 +69,13 @@ jobs: python-version: "pypy-3.9" - os: windows python-version: "pypy-3.10" + # Skip 3.13.0a4 and pin to 3.13.0a3 for Windows due to build error. + # Undo when 3.13.0a5 is released. + - os: windows + python-version: "3.13" + include: + - os: windows + python-version: "3.13.0-alpha.3" # If one job fails, stop the whole thing. fail-fast: true diff --git a/.github/workflows/testsuite.yml b/.github/workflows/testsuite.yml index e6742753e..ee94b1ea0 100644 --- a/.github/workflows/testsuite.yml +++ b/.github/workflows/testsuite.yml @@ -62,6 +62,13 @@ jobs: python-version: "pypy-3.9" - os: windows python-version: "pypy-3.10" + # Skip 3.13.0a4 and pin to 3.13.0a3 for Windows due to build error. + # Undo when 3.13.0a5 is released. + - os: windows + python-version: "3.13" + include: + - os: windows + python-version: "3.13.0-alpha.3" fail-fast: false steps: