Skip to content

Commit 575a44c

Browse files
authored
build: temporarily pin to 3.13.0a3 for Windows (#1751)
1 parent 628c1c5 commit 575a44c

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

.github/workflows/coverage.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,13 @@ jobs:
6969
python-version: "pypy-3.9"
7070
- os: windows
7171
python-version: "pypy-3.10"
72+
# Skip 3.13.0a4 and pin to 3.13.0a3 for Windows due to build error.
73+
# Undo when 3.13.0a5 is released.
74+
- os: windows
75+
python-version: "3.13"
76+
include:
77+
- os: windows
78+
python-version: "3.13.0-alpha.3"
7279
# If one job fails, stop the whole thing.
7380
fail-fast: true
7481

.github/workflows/testsuite.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,13 @@ jobs:
6262
python-version: "pypy-3.9"
6363
- os: windows
6464
python-version: "pypy-3.10"
65+
# Skip 3.13.0a4 and pin to 3.13.0a3 for Windows due to build error.
66+
# Undo when 3.13.0a5 is released.
67+
- os: windows
68+
python-version: "3.13"
69+
include:
70+
- os: windows
71+
python-version: "3.13.0-alpha.3"
6572
fail-fast: false
6673

6774
steps:

0 commit comments

Comments
 (0)