Skip to content

Commit

Permalink
build: skip windows PyPy 3.9 and 3.10 for 7.3.15
Browse files Browse the repository at this point in the history
  • Loading branch information
nedbat committed Jan 23, 2024
1 parent 7716ee4 commit 2aa5ffb
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/testsuite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,14 @@ jobs:
- "pypy-3.8"
- "pypy-3.9"
- "pypy-3.10"
exclude:
# Windows pypy 3.9 and 3.10 get stuck with PyPy 7.3.15. I hope to
# unstick them, but I don't want that to block all other progress, so
# skip them for now.
- os: windows
python-version: "pypy-3.9"
- os: windows
python-version: "pypy-3.10"
fail-fast: false

steps:
Expand Down

0 comments on commit 2aa5ffb

Please sign in to comment.