docs(architecture): the stated Python floor was three minors behind pyproject - #79
Merged
Conversation
…yproject The Dependencies section claimed "Requires Python 3.11+" while pyproject.toml has required >=3.14 (and mypy's python_version is 3.14). The section names pyproject as "the source of truth" and then contradicted it in the next sentence. Found while evaluating Windmill/Kestra against the Steps view: the line reads as a live constraint, and a reader sizing up the runtime would have taken it as one. Only this claim changed. The remaining 3.11 references are correct and stay: docs/BACKLOG.md:1803 describes pyx12's own support matrix, and :2763 is the historical record of the retired py3.11 CI leg. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
wshallwshall
force-pushed
the
docs-python-floor-3-14
branch
from
July 30, 2026 19:10
b7bc2c2 to
1d45ecb
Compare
This was referenced Jul 30, 2026
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.
docs/ARCHITECTURE.md§Dependencies namedpyproject.tomlas "the source of truth" and then, in the next sentence, claimed Requires Python 3.11+ — whilepyproject.tomlhas required>=3.14(andmypy'spython_version = "3.14").One line changed:
Deliberately not changed — the other
3.11references indocs/are correct:docs/BACKLOG.md:1803— describes pyx12's own support matrix, not ours.docs/BACKLOG.md:2763— the historical record of the retiredpy3.11CI leg.docs/adr/**,docs/releases/**,docs/benchmarks/**— historical records; the convention is to keep past ranges as written.How it surfaced: turned up while evaluating Windmill and Kestra against the Steps view. The line reads as a live constraint — anyone sizing up the runtime would have taken it as one.
🤖 Generated with Claude Code