We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71976eb commit a948e89Copy full SHA for a948e89
.github/workflows/test.yml
@@ -11,7 +11,7 @@ jobs:
11
strategy:
12
fail-fast: false
13
matrix:
14
- python-version: ["pypy3", "3.6", "3.7", "3.8", "3.9"]
+ python-version: ["pypy-3.6", "pypy-3.7", "3.6", "3.7", "3.8", "3.9"]
15
tox-extra-versions: [
16
"pytest46-xdist127",
17
"pytest46-xdist133",
0 commit comments