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 eda9b4c commit c4fb14bCopy full SHA for c4fb14b
.github/workflows/ci.yml
@@ -34,10 +34,10 @@ jobs:
34
3.6: docker://python:3.6-buster
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:2.7-jessie
39
- pypy3.6: docker://pypy:3.6-stretch
40
- pypy3.7: docker://pypy:3.7-stretch
+ 3.9: docker://python:3.9-buster
+ pypy2.7: docker://pypy:2.7-buster
+ pypy3.6: docker://pypy:3.6-buster
+ pypy3.7: docker://pypy:3.7-buster
41
- name: Windows
42
runs-on: windows-latest
43
python_platform: win32
0 commit comments