Drop pypy support for now.

This commit is contained in:
Jelmer Vernooij 2021-02-16 23:31:58 +00:00
parent 0a2cc19f35
commit d34c76972c

View file

@ -9,7 +9,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
python-version: [3.7, 3.8, pypy3]
python-version: [3.7, 3.8]
fail-fast: false
steps: