Release 1.3.0#57
Merged
Merged
Conversation
- Bump VERSION to 1.3.0. - Move the changelog Unreleased entries into [1.3.0] - 2026-06-24 and add the compare links. - Add a Python compatibility matrix to the README. Dropping Python 2 is strictly breaking, but Py2 support was already nominal and EOL, so 1.3.0 (minor) is the pragmatic version. Closes #56
- AGENTS.md: drop the stale "(currently 1.2.0)" version note from the repo-layout tree (replaced with "single source of truth" so it can't go stale again). - README compatibility matrix: scope the supported row to "1.3.x" instead of "1.3.0 and later", which overpromised future versions. - CHANGELOG: note that the Python 2 drop is a pragmatic minor bump, not a 2.0.0 major, since Python 2 support was already nominal and EOL.
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.
Closes #56
Summary
Prepares the 1.3.0 release — the first after the modernization pass. It bundles the full
[Unreleased]changelog into a dated[1.3.0]section.Changes
VERSIONto1.3.0inpystrix/__init__.py(the build reads it dynamically).[Unreleased]entries to## [1.3.0] - 2026-06-24; add a fresh empty[Unreleased]; update the reference links ([1.3.0]compares v1.2.0...v1.3.0,[Unreleased]compares v1.3.0...HEAD).requires-pythonmakes pip auto-resolve older Pythons to 1.2.x.What 1.3.0 contains (highlights)
Python 3-only (Py2 shims removed),
pyproject.tomlpackaging with an SPDX license, a pytest suite + coverage, ruff lint + format, CI across Python 3.9-3.13 with a package-build gate, the FastAGI cgi/3.13 fix, and thebuild_requestActionID fix. Full detail in the changelog[1.3.0]section.Versioning note
Dropping Python 2 is strictly a breaking change (→ 2.0.0), but Py2 support was already nominal and end-of-life, so 1.3.0 (minor) is the pragmatic, defensible choice.
After merge
Tag
v1.3.0on the merge commit and publish a GitHub release with the 1.3.0 changelog notes.Verification
python -m buildproducespystrix-1.3.0sdist + wheel.ruff check .,ruff format --check ., and 37 tests pass.🤖 Generated with Claude Code