-
Notifications
You must be signed in to change notification settings - Fork 401
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(runtime): add Python 3.13 support #5527
Conversation
CI is failing with
😰 |
To be honest, this was my fault. I was running the CDK layer tests with an matrix of all Python versions, but I don't need that because I don't want to test if it's being built on a specific Python version, we know that build, I want to know if given a Python Runtime I can build the dockefile and synthesize CloudFormation. Lets wait the CI run again. |
Quality Gate passedIssues Measures |
Ok thanks- can we also address the SonarCloud findings? |
I'd rather not change them. These warnings are related to the Dockerfile in the sense that you're deploying a Docker image and it can create extra layers, add unnecessary Docker layer space, and so on. But that's not our case, the only reason we use a I'll mark all of them as "accepted" |
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 hard work on this @leandrodamascena!
@dreamorosi ready for review. |
Issue number: #5411
Summary
Changes
Lambda already published the base image for Python 3.13 (preview mode) and then we can start adding support for this new runtime in Powertools.
User experience
WIP
Checklist
If your change doesn't seem to apply, please leave them unchecked.
Is this a breaking change?
RFC issue number:
Checklist:
Acknowledgment
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.
Disclaimer: We value your time and bandwidth. As such, any pull requests created on non-triaged issues might not be successful.