Replace deprecated pypy3 with pypy-3.8
Committed via https://github.com/asottile/all-repos
This commit is contained in:
parent
7b98775fa0
commit
ae7d4e3625
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
@ -11,7 +11,7 @@ jobs:
|
|||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10", "pypy3"]
|
||||
python-version: ["pypy-3.8", "3.6", "3.7", "3.8", "3.9", "3.10"]
|
||||
os: [ubuntu-20.04]
|
||||
include:
|
||||
# Include new variables for Codecov
|
||||
|
|
Loading…
Reference in a new issue