8000 Merge pull request #176 from vstinner/drop_win7_pr · python/buildmaster-config@a079e54 · GitHub
[go: up one dir, main page]

Skip to content

Commit a079e54

Browse files
authored
Merge pull request #176 from vstinner/drop_win7_pr
GH-168: Drop Windows7 PR workers
2 parents 5c74f1a + 752fdcd commit a079e54

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

master/master.cfg

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -290,6 +290,9 @@ for name, worker, buildfactory, stability in BUILDERS:
290290

291291
if "Windows XP" in name or "VS9.0" in name:
292292
continue
293+
# bpo-39911: Python 3.9 dropped Windows 7 support
294+
if "Windows7" in name:
295+
continue
293296

294297
buildername = name + " " + "PR"
295298

0 commit comments

Comments
 (0)
0