release: 2.7.0 - #94
Merged
Merged
Conversation
MINOR, and that is a decision rather than a default. The release raises the Python floor to 3.11 and pins commoner-probe 0.16.0. The org rule reads "removed to major", and dropping a Python version removes support. This reads that rule as scoped to the API, not to packaging metadata. Three facts back the reading. commoner-probe made the same 3.10 to 3.11 move at its own 0.15.0, a minor. Neither consumer runs 3.10: academiaindia builds on 3.11 and theright2read on 3.12. pip refuses the install rather than breaking at runtime, so a 3.10 consumer keeps the tag it already pins. Python 3.10 reaches end of life in October 2026, per the Python devguide. Version bumped in pyproject.toml, commoner_analyse/__init__.py, CITATION.cff and the seven README install lines.
|
You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard. |
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.
What ships
v2.6.0...v2.7.0carries one change, merged in #93:>=3.10→>=3.11commoner-probepin==0.14.3→==0.16.0These are one change. probe raised its own floor at 0.15.0, so this repo could take no probe release after
v0.14.9while it claimed 3.10.Why minor, not major
The org rule reads "removed → major", and dropping a Python version removes support. This release reads that rule as scoped to the API, not to packaging metadata. That is a decision, and the changelog says so in those words.
Three facts back it:
commoner-probemade the same 3.10 → 3.11 move at its own 0.15.0, a minor.Python 3.10 reaches end of life in October 2026, per the Python devguide. 3.11 follows in October 2027.
Known follow-up
Three modules import probe names 0.16.0 deprecates:
committees.py:27,sansad.py:34,neva.py:22. The suite passes with threeDeprecationWarnings. It breaks when probe removes the old names.Tests
506 passed, 1 skipped.