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 b9a31a0 commit eda9b4cCopy full SHA for eda9b4c
.github/workflows/ci.yml
@@ -35,9 +35,9 @@ jobs:
35
3.7: docker://python:3.7-buster
36
3.8: docker://python:3.8-buster
37
3.9: docker://python:3.9-rc-buster
38
- pypy2.7: docker://pypy:27-jessie
39
- pypy3.6: docker://pypy:36-stretch
40
- pypy3.7: docker://pypy:37-stretch
+ pypy2.7: docker://pypy:2.7-jessie
+ pypy3.6: docker://pypy:3.6-stretch
+ pypy3.7: docker://pypy:3.7-stretch
41
- name: Windows
42
runs-on: windows-latest
43
python_platform: win32
0 commit comments