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 632e346 commit 0e4194bCopy full SHA for 0e4194b
.github/workflows/test.yml
@@ -15,9 +15,6 @@ jobs:
15
- { os: "windows-latest" , python-version: "2.7" }
16
- { os: "windows-latest" , python-version: "3.5" }
17
- { os: "windows-latest" , python-version: "3.9" }
18
- exclude:
19
- # Currently fails with PyPy 7.3.2, pending 7.3.3+ on GHA:
20
- # https://github.com/actions/setup-python/issues/163
21
- { os: "windows-latest" , python-version: "pypy2" }
22
- { os: "windows-latest" , python-version: "pypy3" }
23
0 commit comments