Use new pypy3 github actions syntax

This commit is contained in:
Anthony Sottile 2020-12-18 10:45:28 -08:00 committed by GitHub
parent 4da445dc2e
commit 293a7c962d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -89,7 +89,7 @@ jobs:
os: ubuntu-latest
tox_env: "py39-xdist"
- name: "ubuntu-pypy3"
python: "pypy3"
python: "pypy-3.7"
os: ubuntu-latest
tox_env: "pypy3-xdist"