[.github/workflows] test pypy-3.8 and pypy-3.9

This commit is contained in:
Mort Yao 2022-05-30 01:14:47 +02:00
parent 249afb8b27
commit ce1f44fb88
No known key found for this signature in database
GPG Key ID: 07DA00CB78203251

View File

@ -16,7 +16,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [3.5, 3.6, 3.7, 3.8, 3.9, '3.10', 'pypy3.8', 'pypy3.9']
python-version: [3.5, 3.6, 3.7, 3.8, 3.9, '3.10', pypy-3.8, pypy-3.9]
steps:
- uses: actions/checkout@v2