Skip to content

Commit

Permalink
.github/workflows: use several PyPy versions
Browse files Browse the repository at this point in the history
Since actions/setup-python#168 it is possible to
use both PyPy-3.6 and PyPy-3.7 in GitHub Actions.
  • Loading branch information
fishilico committed Sep 26, 2021
1 parent 5d3be22 commit a3d353b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/linux.yml
Expand Up @@ -18,7 +18,8 @@ jobs:
- 3.7
- 3.6
- 3.5
- pypy3
- pypy-3.7
- pypy-3.6

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit a3d353b

Please sign in to comment.