mirror of
https://github.com/actions/setup-python.git
synced 2025-04-24 15:32:13 +00:00
change pypy3.9-nightly
This commit is contained in:
parent
0130854fbc
commit
963677d9d9
1 changed files with 1 additions and 2 deletions
3
.github/workflows/test-pypy.yml
vendored
3
.github/workflows/test-pypy.yml
vendored
|
@ -73,7 +73,7 @@ jobs:
|
|||
fail-fast: false
|
||||
matrix:
|
||||
os: [macos-latest, windows-latest, ubuntu-18.04, ubuntu-latest]
|
||||
pypy: ['pypy2.7', 'pypy3.7', 'pypy3.8', 'pypy3.9-nightly']
|
||||
pypy: ['pypy2.7', 'pypy3.7', 'pypy3.8', 'pypy3.8-nightly']
|
||||
|
||||
steps:
|
||||
- name: Checkout
|
||||
|
@ -138,7 +138,6 @@ jobs:
|
|||
with:
|
||||
python-version: |
|
||||
pypy-3.7-v7.3.x
|
||||
pypy3.9-nightly
|
||||
pypy3.8
|
||||
check-latest: true
|
||||
- name: PyPy and Python version
|
||||
|
|
Loading…
Add table
Reference in a new issue