Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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