Skip to content
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

Closed
ppartarr opened this issue Aug 5, 2022 · 8 comments
Closed

Add support for python 3.10 #1160

ppartarr opened this issue Aug 5, 2022 · 8 comments

Comments

@ppartarr
Copy link

ppartarr commented Aug 5, 2022

Title says it all. Ubuntu 22 ships with python 3.10 by default so it would be nice to have zappa support 3.10

@monkut
Copy link
Collaborator

monkut commented Aug 5, 2022

Zappa now supports docker based lambda deployments, but aws doesn't not yet provide a python3.10 lambda runtime.
Once aws provides a 3.10 runtime, we'll work on getting support in.

@monkut
Copy link
Collaborator

monkut commented Aug 5, 2022

This issue covers the docker usecase:
#1140

@ipsbrittainm
Copy link

Any update on this? AWS now supports python3.10

@dennybiasiolli
Copy link
Contributor

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

@sridhar562345
Copy link
Contributor

@ipsbrittainm @dennybiasiolli

AWS didn't release the python3.10 runtime support for zip-based packages.
Lambda runtime

However, you can use python3.10 runtime with container-based deployments and it's already supported in Zappa.

@gutomaia
Copy link

gutomaia commented Apr 9, 2023

Any updates on this issue?

@buko106
Copy link

buko106 commented Apr 18, 2023

https://docs.aws.amazon.com/lambda/latest/dg/lambda-runtimes.html

python3.10 on AWS lambda is READY ❗

@monkut
Copy link
Collaborator

monkut commented May 19, 2023

Added in 0.57.0 release, published to pypi 5/19, closing.

@monkut monkut closed this as completed May 19, 2023
Ian288 pushed a commit to tackle-io/Zappa that referenced this issue Jul 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

7 participants