Remove pypy for now

This commit is contained in:
Simon Conseil
2020-12-17 23:41:26 -03:00
parent 7daf84ab0f
commit 23c6eb607d

View File

@@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.6, 3.7, 3.8, 3.9, pypy3]
python-version: [3.6, 3.7, 3.8, 3.9]
steps:
- uses: actions/checkout@v2