-
Notifications
You must be signed in to change notification settings - Fork 363
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
Add support for python 3.10 #1160
Comments
Zappa now supports docker based lambda deployments, but aws doesn't not yet provide a python3.10 lambda runtime. |
This issue covers the docker usecase: |
Any update on this? AWS now supports python3.10 |
Good question: the official aws base image supports Python 3.10 here https://github.com/aws/aws-lambda-base-images/blob/python3.10/Dockerfile.python3.10 |
Any updates on this issue? |
https://docs.aws.amazon.com/lambda/latest/dg/lambda-runtimes.html python3.10 on AWS lambda is READY ❗ |
Added in 0.57.0 release, published to pypi 5/19, closing. |
Title says it all. Ubuntu 22 ships with python 3.10 by default so it would be nice to have zappa support 3.10
The text was updated successfully, but these errors were encountered: