[v2] Port Python 3.13 support to v2 branch #2141
Merged
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.
This cherry-picks 0334e63 from #2137 and resolves the necessary conflicts to get it to build successfully.
I'm not sure how we want to handle changelog entries for 2.0 changes so I've not added a jmeslog entry for this. Couple of thoughts though:
X.Y.Z
, and you'd have to have some specification on the tag after the patch version should be (e.g. pep440), not sure if it's worth adding python-specific pre-release logic to jmeslog itself.Given the potentially large number of changes, it might be better to just rely on the PR tags/titles to collect all v2 changes together. Not sure how often we're going to be cutting pre-releases of v2 so I'm deferring that until later.
cc @jonathan343