aws / chalice

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

chalice new-project Warning: You are currently running python3.13 #2124

Open robm26 opened 11 hours ago

robm26 commented 11 hours ago

Hi! I created a new project and got this warning. However, it seems that Lambda DOES now support Python 3.13.

Warning: You are currently running python3.13, but the closest supported version on AWS Lambda is python3.12 Please use python3.12, otherwise you may run into deployment issues.

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