[.github/workflows] test pypy3.8 and pypy3.9

This commit is contained in:
Mort Yao 2022-05-30 01:12:15 +02:00
parent d57a0eba3e
commit 249afb8b27
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]
python-version: [3.5, 3.6, 3.7, 3.8, 3.9, '3.10', 'pypy3.8', 'pypy3.9']
steps:
- uses: actions/checkout@v2