Pinpoint PyPy version

This commit is contained in:
hashlash 2022-03-02 13:00:47 +07:00 committed by Ken Cochrane
parent b90e545d20
commit 41d2f6aab7

View file

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