We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 510e2bf commit 901c180Copy full SHA for 901c180
.github/workflows/tests.yml
@@ -29,7 +29,7 @@ jobs:
29
runs-on: ubuntu-latest
30
strategy:
31
matrix:
32
- python-version: [3.6, 3.7, 3.8, 3.9]
+ python-version: [pypy3, 3.6, 3.7, 3.8, 3.9]
33
34
steps:
35
- uses: actions/checkout@v2
0 commit comments