Skip to content

Commit

Permalink
Temporarily exclude PyPy3.10-Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
agriyakhetarpal committed Jul 30, 2024
1 parent db937a4 commit b8569e6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@ jobs:
- '3.12'
- pypy-3.9
- pypy-3.10
# TODO: bring this back later
exclude:
- platform: windows-latest
python-version: 'pypy-3.10'
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5.1.1
Expand Down

0 comments on commit b8569e6

Please sign in to comment.