Skip to content

Commit

Permalink
dev(hansbug): exclude pypy3.10 on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
HansBug committed Jul 20, 2024
1 parent e5506a9 commit b473d39
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,9 @@ jobs:
- 'pypy-3.8'
- 'pypy-3.9'
- 'pypy-3.10'
exclude:
- os: 'windows-latest'
python-version: 'pypy-3.10'

steps:
- name: Get system version for Linux
Expand Down

0 comments on commit b473d39

Please sign in to comment.