Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
FIx CI pypy versioning as suggested in
actions/setup-python#171
  • Loading branch information
thisiscam committed Dec 18, 2020
1 parent cf47e17 commit ca93534
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 @@ -89,7 +89,7 @@ jobs:
strategy:
matrix:
os: [ubuntu]
python-version: [2.7, 3.6, 3.7, 3.8, 3.9, pypy2, pypy3]
python-version: [2.7, 3.6, 3.7, 3.8, 3.9, pypy2.7, pypy3.7]
include:
- os: macOS
python-version: 2.7
Expand Down

0 comments on commit ca93534

Please sign in to comment.