temporarily remove PyPy from GHA testing

This commit is contained in:
nulano 2019-11-08 15:10:33 +00:00 committed by GitHub
parent 3c1f90efce
commit c62b5f9044
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,7 +9,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.5", "3.6", "3.7", "pypy3.6"]
python-version: ["3.5", "3.6", "3.7"]
architecture: ["x86", "x64"]
include:
- architecture: "x86"