aws / chalice

Python Serverless Microframework for AWS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Python 3.11 Support

devinmatte opened this issue · comments

Lambda base images for Python 3.11 are released now: aws/aws-lambda-base-images#62 (comment)

And Lambda 3.11 runtime is fully released: https://aws.amazon.com/about-aws/whats-new/2023/07/aws-lambda-python-3-11/

It would be great if ahead of that release Chalice was ready with support to release for 3.11 so that Chalice users can update their applications

Thanks 😄

Lambda 3.11 runtime is released: https://aws.amazon.com/about-aws/whats-new/2023/07/aws-lambda-python-3-11/

Chalice support would be greatly appreciated

cc @jamesls

Currently the documentation says "Chalice supports all versions of python supported by AWS Lambda, which is currently Python 3.6 and greater. You can see the list of supported python versions for Lambda in their docs" which does include Python 3.11 but if you deploy you get nasty messages like "You are currently running python3.11, but the closest supported version on AWS Lambda is python3.10" which is flat out wrong, and Chalice will deploy to 3.10.

Maybe fix the documentation so it's not lying to people?

Please add 3.11 python support for Chalice

Another vote for 3.11 support. Thank you!

Another vote for 3.11. I have to manually change my Lambda after deploy to make some of my packages work.

My vote to support 3.11

@jamesls Any way this can get pushed into prod. This is painful to have to update the lambda to 3.11 after chalice pushes it to AWS as 3.10.

Hate to be annoying about this but it's been now 107 days since Python 3.11 Support was added to Lambda without Chalice getting an update
https://aws.amazon.com/about-aws/whats-new/2023/07/aws-lambda-python-3-11/

Adding 3.11 would be nice!

Completed in #2063

Reopening until the release is available in pypi, which hopefully will be soon

@ogrodnek Thanks for adding!