Skip to content

Commit

Permalink
.github: test with pypy-3.7
Browse files Browse the repository at this point in the history
Using the new pypy version syntax introduced by
actions/setup-python#168

Signed-off-by: Kevin Locke <kevin@kevinlocke.name>
  • Loading branch information
kevinoid committed Mar 31, 2021
1 parent 11e1137 commit 18958d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tox.yml
Expand Up @@ -67,10 +67,10 @@ jobs:
- version: 3.x
exe: python
toxenv: py3
- version: pypy2
- version: pypy-2.7
exe: pypy
toxenv: pypy
- version: pypy3
- version: pypy-3.7
exe: pypy3
toxenv: pypy3
exclude:
Expand Down

0 comments on commit 18958d0

Please sign in to comment.