Skip to content

Commit

Permalink
Skip testing pypy3 for now
Browse files Browse the repository at this point in the history
  • Loading branch information
khaledhosny committed Sep 28, 2021
1 parent c9163d7 commit 6916b40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
if: "! contains(toJSON(github.event.commits.*.message), '[skip ci]')"
strategy:
matrix:
python-version: [3.7, 3.8, 3.9, "pypy-3.7"]
python-version: [3.7, 3.8, 3.9] # "pypy-3.7", see #810
platform: [ubuntu-latest, windows-latest]
exclude:
- platform: windows-latest
Expand Down

0 comments on commit 6916b40

Please sign in to comment.