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 d1f58b2 commit e50f59fCopy full SHA for e50f59f
.github/workflows/tests.yaml
@@ -17,7 +17,7 @@ jobs:
17
strategy:
18
fail-fast: false
19
matrix:
20
- python-version: ["3.7", "3.8", "3.9", "3.10"]
+ python-version: ['3.7', '3.8', '3.9', '3.10', 'pypy-3.7', 'pypy-3.8']
21
os: [ubuntu-latest, macos-latest, windows-latest]
22
steps:
23
- uses: actions/checkout@master
0 commit comments