1
0
Fork 0
mirror of https://github.com/actions/setup-python.git synced 2025-06-08 06:27:00 +09:00

revert to pypy3.9-nightly

This commit is contained in:
Dmitry Shibanov 2022-12-22 12:52:00 +01:00
parent 9e38f22771
commit 54d59a14e2

View file

@ -74,7 +74,7 @@ jobs:
fail-fast: false
matrix:
os: [macos-latest, windows-latest, ubuntu-18.04, ubuntu-latest]
pypy: ['pypy2.7', 'pypy3.7', 'pypy3.8', 'pypy3.8-nightly']
pypy: ['pypy2.7', 'pypy3.7', 'pypy3.8', 'pypy3.9-nightly']
steps:
- name: Checkout