-
Notifications
You must be signed in to change notification settings - Fork 365
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
Python 3.10 support #1124
Comments
Zappa's list of supported python versions is dependant on AWS Lambda's list of available python runtime versions: https://docs.aws.amazon.com/lambda/latest/dg/lambda-runtimes.html Unforunately, AWS has still not released a lambda runtime for python 3.10 and so support cannot be added to Zappa. |
Ok I wasn't aware of that dependency, thanks for explaining @eviltwin. Hopefully AWS will add Python 3.10 support soon. |
Python 3.10 support now added by AWS. |
Context
Now that Ubuntu 22.04 LTS is about to be released, a lot of people will have Python 3.10 as their default system version. Could Zappa please be updated to support Python 3.10?
Expected Behavior
zappa update [your_environment]
would start the Zappa update process.Actual Behavior
A
RuntimeError
occurs:Steps to Reproduce
python3 -m venv ./venv
(on Python 3.10)source venv/bin/activate
pip install zappa
zappa update [your_environment]
Your Environment
The text was updated successfully, but these errors were encountered: