change pypy3.9-nightly

This commit is contained in:
Dmitry Shibanov 2022-12-15 15:41:33 +01:00
parent 0130854fbc
commit 963677d9d9

View File

@ -73,7 +73,7 @@ jobs:
fail-fast: false fail-fast: false
matrix: matrix:
os: [macos-latest, windows-latest, ubuntu-18.04, ubuntu-latest] 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: steps:
- name: Checkout - name: Checkout
@ -138,7 +138,6 @@ jobs:
with: with:
python-version: | python-version: |
pypy-3.7-v7.3.x pypy-3.7-v7.3.x
pypy3.9-nightly
pypy3.8 pypy3.8
check-latest: true check-latest: true
- name: PyPy and Python version - name: PyPy and Python version