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.
2 parents a927711 + 4f8c7f9 commit b845203Copy full SHA for b845203
1 file changed
.github/workflows/ci.yml
@@ -59,7 +59,7 @@ jobs:
59
strategy:
60
fail-fast: false
61
matrix:
62
- python: ['pypy-3.6', 'pypy-3.7', '3.6', '3.7', '3.8', '3.9', '3.6-dev', '3.7-dev', '3.8-dev', '3.9-dev']
+ python: ['pypy-3.6', 'pypy-3.7', '3.6', '3.7', '3.8', '3.9', '3.8-dev', '3.9-dev']
63
check_formatting: ['0']
64
pypy_nightly_branch: ['']
65
extra_name: ['']
0 commit comments