aws / chalice

Python Serverless Microframework for AWS
Apache License 2.0
10.61k stars 1.01k forks source link

Support Python 3.12 #2086

Closed devinmatte closed 7 months ago

devinmatte commented 9 months ago

AWS announced today support for Python 3.12 in Lambda

https://aws.amazon.com/about-aws/whats-new/2023/12/aws-lambda-support-python-3-12/

It would be great to see Chalice support this new version as well 😄

Thanks!

jamesls commented 9 months ago

Nice, I'll look into adding this today.

eatsleepdeploy commented 8 months ago

Just trying out chalice and looks like neither 3.11 or 3.12 are supported via the terraform packager (due to the aws provider versions). Is it just missing from the MR for now, or is this going to be added as part of this ticket - or is terraform support being deprecated?

markbenepass commented 4 weeks ago

I don't think this is actually completed due to the Terraform dependency?