Skip to content

Commit b2834aa

Browse files
authored
Remove NoGIL builds for branches before 3.13 (#541)
1 parent 8ab7a84 commit b2834aa

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

master/master.cfg

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -238,6 +238,10 @@ for branch_num, (git_url, branchname, git_branch) in enumerate(git_branches):
238238
elif "nondebug" not in tags and branchname in {"3.11", "3.12"}:
239239
continue
240240

241+
# Only 3.13+ for NoGIL builds
242+
if 'nogil' in tags and branchname in {"3.9", "3.10", "3.11", "3.12"}:
243+
continue
244+
241245
if 'refleak' in tags:
242246
refleakbuildernames.append(buildername)
243247
else:

0 commit comments

Comments
 (0)