Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(toolchain): Add support for Python 3.13.1. #2482

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

okin
Copy link

@okin okin commented Dec 6, 2024

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.

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.
@okin okin requested review from rickeylev and aignas as code owners December 6, 2024 18:00
Copy link
Collaborator

@aignas aignas left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

@rickeylev
Copy link
Collaborator

Thanks for the PR!

I pushed an update for the changelog for the 3.13.1 part and synced this to head.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants