feat(toolchain): Add support for Python 3.13.1.#2482
Merged
aignas merged 7 commits intobazel-contrib:mainfrom Dec 24, 2024
Merged
feat(toolchain): Add support for Python 3.13.1.#2482aignas merged 7 commits intobazel-contrib:mainfrom
aignas merged 7 commits intobazel-contrib:mainfrom
Conversation
This makes 3.13.1 the default for 3.13. Tests have been slightly altered to use the version 3.13.99, which aim at making an unreleased version easier to spot.
aignas
requested changes
Dec 7, 2024
Collaborator
aignas
left a comment
There was a problem hiding this comment.
Thanks for the PR!
Please add other versions for the toolchains from the latest release and use the 20241206 release.
That means:
- CPython 3.9.20 -> 3.9.21
- CPython 3.10.15 -> 3.10.16
- CPython 3.11.10 -> 3.11.11
- CPython 3.12.7 -> 3.12.8
- CPython 3.13.0 -> 3.13.1
Also please add a note to the CHANGELOG.md just like it was done for previous releases.
Collaborator
|
Thanks for the PR! I pushed an update for the changelog for the 3.13.1 part and synced this to head. |
…or Python versions: * 3.9.21 * 3.10.16 * 3.11.11 * 3.12.8 [20241206]: https://github.com/astral-sh/python-build-standalone/releases/tag/20241206
Contributor
Author
|
@rickeylev thanks for adjusting the changelog. @aignas I've updated the PR to also include changes to the other versions. |
aignas
reviewed
Dec 20, 2024
aignas
approved these changes
Dec 24, 2024
Collaborator
|
Thank you! |
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.
Adds 3.13.1 Python toolchain.
Also updates 3.13 to map to 3.13.1.
Tests have been slightly altered to make spotting the override easier.