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 42050a5 commit 9769ad8Copy full SHA for 9769ad8
.github/workflows/test.yml
@@ -22,7 +22,7 @@ jobs:
22
strategy:
23
matrix:
24
os: [ubuntu-latest, macos-latest]
25
- python-version: ["3.6", "3.7", "3.8", "3.9", "3.10"]
+ python-version: ["3.6", "3.7", "3.8", "3.9", "3.10", "pypy-2.7", "pypy-3.6"]
26
runs-on: ${{ matrix.os }}
27
steps:
28
- uses: actions/checkout@v2
0 commit comments