Skip to content

Commit

Permalink
Revert "Skip testing pypy3 for now"
Browse files Browse the repository at this point in the history
This reverts commit 6916b40.
  • Loading branch information
anthrotype committed Sep 29, 2021
1 parent b38e8ee commit b1fa280
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", see #810
python-version: [3.7, 3.8, 3.9, "pypy-3.7"]
platform: [ubuntu-latest, windows-latest]
exclude:
- platform: windows-latest
Expand Down

0 comments on commit b1fa280

Please sign in to comment.