Skip to content

Commit

Permalink
🔧 temporarily disable pypy 3.9/3.10 for windows in CI due to a PyPy bug
Browse files Browse the repository at this point in the history
we suspect the gc has an issue.
  • Loading branch information
Ousret committed Oct 25, 2024
1 parent d074814 commit 0aed681
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,13 @@ jobs:
os: ubuntu-22.04
- python-version: pypy-3.8
os: macOS-13
exclude:
# pypy 3.9 and 3.10 suffers from a wierd bug, probably due to gc
# this bug prevent us from running the suite on Windows.
- python-version: pypy-3.9
os: windows-latest
- python-version: pypy-3.10
os: windows-latest

steps:
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
Expand Down

0 comments on commit 0aed681

Please sign in to comment.