You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[DO NOT MERGE] Force this PR's CI to actually exercise Python 3.15
Two separate reasons the PR run was still validating 3.10 and testing none of
the changes in this PR:
1. PR runs set LIMIT_PR_BUILDS, which trims the matrix to the OLDEST python
(3.10). Force 3.15 where the channel has it; release (no 3.15) and
windows-arm64 (own pinned list) keep the previous behaviour.
2. None of the validate-*-binaries.yml workflows pass test-infra-ref, so
generate_binary_build_matrix.yml defaults to 'main' and the *_job.yml
templates default to '' (= default branch). Both the matrix generator and
validate_binaries.sh were therefore taken from main, not from this PR.
Point test-infra-repository/test-infra-ref at the PR branch (10 call sites
across the four validate workflows).
Revert this commit before merging.
0 commit comments