docs: close the ADR/README/CHANGELOG gaps #72 left open - #140
Merged
Conversation
#72 (raise Python floor to >=3.12) merged without the three things a 2026-07-31 review said it needed first: a superseding ADR for 0001 (which still said the floor stays 3.11 unless dependency-forced or 3.11 leaves support), and updated README.md/CONTRIBUTING.md (both still said "Requires Python 3.11 or newer" against a pyproject.toml that now requires >=3.12). Adds docs/adr/0006-python-312-floor.md, marks 0001 superseded, syncs README/CONTRIBUTING, adds a CHANGELOG Unreleased entry, and updates CONFORMANCE-GAPS.md's CQ-01 note (closed directly against the standard now, not via 0001's declared deviation). Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
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.
Summary
>=3.12) merged without the three things a 2026-07-31 review said were required first: a superseding ADR for 0001, and updatedREADME.md/CONTRIBUTING.md(both still said "Requires Python 3.11 or newer" against apyproject.tomlthat now requires>=3.12).docs/adr/0006-python-312-floor.md, marks 0001 superseded, syncsREADME.md/CONTRIBUTING.md, adds aCHANGELOG.mdUnreleased entry, and updatesdocs/CONFORMANCE-GAPS.md's CQ-01 note.Test plan
uv run python scripts/check_doc_currency.py— passes (docs/rules.md and currency-stamped docs unaffected)uv run python scripts/generate_rules_doc.py --check— passes