Browse Source

Remove pypy for now

pull/417/head
Simon Conseil 5 years ago
parent
commit
23c6eb607d
  1. 2
      .github/workflows/python-tests.yml

2
.github/workflows/python-tests.yml

@ -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

Loading…
Cancel
Save