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. |
|
|
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" |
dreamorosi
left a comment
There was a problem hiding this comment.
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.