-
Notifications
You must be signed in to change notification settings - Fork 112
Add support for Python 3.13 #168
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
Comments
Thanks for raising this issue. We're aware of the up-coming release and have started work already. We released Python 3.12 on 2023-12-14, which was faster than earlier releases but still gives us room to improve this time around :) |
Hey @michael-k! According to the official Lambda documentation, Python 3.13 support in Lambda is expected in November this year, but may be subject to change. |
We have published Preview container base images for Python 3.13 - see https://gallery.ecr.aws/lambda/python. These images are previews, and should not be used for production workloads. Note that the experimental features for disabling the GIL and the JIT compiler are not supported. Please share any feedback below...thank you! |
Lambda support for Python 3.13 is now Generally Available: https://aws.amazon.com/about-aws/whats-new/2024/11/aws-lambda-support-python-313/ Please do share any feedback. |
Python 3.13
will bewas released on 2024-10-07.It might be a bit early to open this issue, but considering how long it took in the past for new versions of Python to be available on AWS Lambda …
The text was updated successfully, but these errors were encountered: