Skip to content

Commit b1b2b8b

Browse files
committed
build: no more Windows 2.7?
Microsoft removed the vcpython27 code (because 2.7 isn't supported anymore). Discussion here: https://community.chocolatey.org/packages/vcpython27
1 parent 78fa3d9 commit b1b2b8b

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.github/workflows/coverage.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,9 @@ jobs:
3939
# Windows PyPy doesn't seem to work?
4040
- os: windows-latest
4141
python-version: "pypy3"
42+
# Microsoft removed vcpython27, so we can't do Windows 2.7
43+
- os: windows-latest
44+
python-version: "2.7"
4245
# If one job fails, stop the whole thing.
4346
fail-fast: true
4447

.github/workflows/testsuite.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,9 @@ jobs:
3838
# Windows PyPy doesn't seem to work?
3939
- os: windows-latest
4040
python-version: "pypy3"
41+
# Microsoft removed vcpython27, so we can't do Windows 2.7
42+
- os: windows-latest
43+
python-version: "2.7"
4144
fail-fast: false
4245

4346
steps:

0 commit comments

Comments
 (0)