ci: record why the floors gate omits 3.14t - #85
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The
lowestjob omits3.14t, which thepytestjob runs. Nothing said why.§7 requires the gate on
"every matrix entry", permits dropping "a matrix entry no upstream wheel covers", and closes with
"Drift that nobody recorded is not an exemption." The omission is justified; it was just never
written down.
Verified
No aiokafka release ships a free-threaded wheel.
0.13.0and0.14.0are the only releases withany
cp314wheel, and both carrycp314-cp314only, nocp314tand nopy3-none-any:So the gate cannot pass there, by construction:
pytestreaches3.14tonly because it has no--no-build: it builds the sdist withAIOKAFKA_NO_EXTENSIONS=1, giving a pure-Python install. The floors gate forbids exactly that, andshould, so the entry measures upstream's gap rather than this repo's floor.
What this does not change
Comment only. No matrix, flag or dependency change, so there is nothing new to run locally; CI is
unchanged in behaviour.
The matching exemptions-table row belongs in
modern-python/.githubalongside §7's own table, nothere. It is batched into a standard PR covering the rest of this sweep, per §7's rule that a core
change "lands as one pull request that updates this page and the exemptions table together."
Lift when an aiokafka release ships a
cp314twheel.