DO NOT MERGE: prove python-pins goes red - #11
Closed
aaronelliotross wants to merge 2 commits into
Closed
Conversation
requires-python stays ">=3.11" on purpose. Six repos import this library from an unpinned git URL and they span 3.11 to 3.14, so no single ==X.Y.* satisfies all of them: ==3.11.* would break every 3.14 consumer's lock and ==3.14.* would break fundraiser-api's. The `library` role opts out of the ==X.Y.* form rule only -- the values still have to agree with each other. Adds a ci.yml as well; this repo had no PR gate at all. The action ref is pinned to a ci-workflows commit rather than @v14 because v14 has not been moved yet -- this PR is the first real-repo trial of the check. Switch to @v14 before merge. See docs/python-pins.md in WeMoveEU/dependency-policy.
Do not merge. A Dockerfile on python:3.14 against a manifest resolving to 3.11 -- the exact shape of the drift that hit seven repos. This branch exists only to show that ci fails on it, and gets closed unmerged.
Collaborator
Author
|
Proved what it set out to prove: |
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.
Throwaway branch, closed unmerged once it goes red.
Adds a
Dockerfileonpython:3.14-slimagainst a manifest that resolves to 3.11 — the exact shape of the drift that walked seven repos onto 3.14 with green builds. Demonstrates thatciactually fails on a disagreement rather than passing everything.Expected:
cired withPython version disagrees: 3.11 in pyproject.toml (requires-python), uv.lock (uv.lock); 3.14 in Dockerfile (dockerfile).