Skip to content

Commit

Permalink
Remove NoGIL builds for branches before 3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
zware committed Oct 16, 2024
1 parent 8ab7a84 commit 87b2383
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions master/master.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -238,6 +238,10 @@ for branch_num, (git_url, branchname, git_branch) in enumerate(git_branches):
elif "nondebug" not in tags and branchname in {"3.11", "3.12"}:
continue

# Only 3.13+ for NoGIL builds
if 'nogil' in tags and branchname in {"3.9", "3.10", "3.11", "3.12"}:
continue

if 'refleak' in tags:
refleakbuildernames.append(buildername)
else:
Expand Down

0 comments on commit 87b2383

Please sign in to comment.