Skip to content

Commit 72651a5

Browse files
committed
Remove a couple of dead code branches
1 parent 72cc028 commit 72651a5

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

master/master.cfg

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -342,12 +342,6 @@ stable_pull_request_builders = []
342342
all_pull_request_builders = []
343343

344344
for name, worker_name, buildfactory, stability, tier in BUILDERS:
345-
if "Windows XP" in name or "VS9.0" in name:
346-
continue
347-
# bpo-39911: Python 3.9 dropped Windows 7 support
348-
if "Windows7" in name:
349-
continue
350-
351345
buildername = f"{name} PR"
352346
all_pull_request_builders.append(buildername)
353347
if stability == STABLE:

0 commit comments

Comments
 (0)