- 
          
 - 
                Notifications
    
You must be signed in to change notification settings  - Fork 636
 
feat(toolchain): Add support for Python 3.13.1. #2482
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
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.
There was a problem hiding this 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.
| 
           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
| 
           @rickeylev thanks for adjusting the changelog. @aignas I've updated the PR to also include changes to the other versions.  | 
    
| 
           Thank you!  | 
    
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.