Skip to content

Commit

Permalink
build: temporarily pin to 3.13.0a3 for Windows (nedbat#1751)
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk committed Feb 24, 2024
1 parent 5a8334e commit 96d9de2
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
7 changes: 7 additions & 0 deletions .github/workflows/testsuite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 96d9de2

Please sign in to comment.