Revert PyPy version pinpoint

This commit is contained in:
hashlash 2022-04-23 18:42:38 +07:00 committed by Ken Cochrane
parent b646e10e6c
commit 45c4575ccd

View file

@ -9,7 +9,7 @@ jobs:
fail-fast: false
max-parallel: 5
matrix:
python-version: ['3.7', '3.8', '3.9', '3.10', 'pypy-3.8-v7.3.7']
python-version: ['3.7', '3.8', '3.9', '3.10', 'pypy-3.8']
steps:
- uses: actions/checkout@v2