Add pypy-3.8 to test matrix (#3174)

This commit is contained in:
Thomas Grainger 2022-07-17 02:55:46 +01:00 committed by GitHub
parent df5a87d93b
commit 33f0d9e79a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,7 +24,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10", "pypy-3.7"]
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10", "pypy-3.7", "pypy-3.8"]
os: [ubuntu-latest, macOS-latest, windows-latest]
steps: