Skip to content

Commit

Permalink
build: no more Windows 2.7?
Browse files Browse the repository at this point in the history
Microsoft removed the vcpython27 code (because 2.7 isn't supported
anymore).  Discussion here: https://community.chocolatey.org/packages/vcpython27
  • Loading branch information
nedbat committed May 1, 2021
1 parent 78fa3d9 commit b1b2b8b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@ jobs:
# Windows PyPy doesn't seem to work?
- os: windows-latest
python-version: "pypy3"
# Microsoft removed vcpython27, so we can't do Windows 2.7
- os: windows-latest
python-version: "2.7"
# If one job fails, stop the whole thing.
fail-fast: true

Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/testsuite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@ jobs:
# Windows PyPy doesn't seem to work?
- os: windows-latest
python-version: "pypy3"
# Microsoft removed vcpython27, so we can't do Windows 2.7
- os: windows-latest
python-version: "2.7"
fail-fast: false

steps:
Expand Down

0 comments on commit b1b2b8b

Please sign in to comment.