We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e232cd4 commit 9b6457cCopy full SHA for 9b6457c
1 file changed
.github/workflows/ci.yml
@@ -14,7 +14,7 @@ jobs:
14
strategy:
15
matrix:
16
os: [ubuntu-latest, macos-latest, windows-latest]
17
- python-version: [3.6, 3.7, 3.8, 3.9, "3.10", "pypy-3.7"]
+ python-version: [3.6, 3.7, 3.8, 3.9, "3.10", "pypy-3.6", "pypy-3.7"]
18
include:
19
- os: ubuntu-latest
20
venvcmd: . env/bin/activate
0 commit comments