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 78fa3d9 commit b1b2b8bCopy full SHA for b1b2b8b
.github/workflows/coverage.yml
@@ -39,6 +39,9 @@ jobs:
39
# Windows PyPy doesn't seem to work?
40
- os: windows-latest
41
python-version: "pypy3"
42
+ # Microsoft removed vcpython27, so we can't do Windows 2.7
43
+ - os: windows-latest
44
+ python-version: "2.7"
45
# If one job fails, stop the whole thing.
46
fail-fast: true
47
.github/workflows/testsuite.yml
@@ -38,6 +38,9 @@ jobs:
38
fail-fast: false
steps:
0 commit comments