aws / chalice

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

Drop support for Python 3.7 #2095

Closed jamesls closed 7 months ago

jamesls commented 7 months ago

Following the policy outlined in:

https://aws.amazon.com/blogs/developer/python-support-policy-updates-for-aws-sdks-and-tools/

The PSF dropped support for Python 3.7 June 2023, and the AWS SDKs dropped support for Python 3.7 December 2023. You can also no longer create or update Lambda functions on Python 3.7.

jamesls commented 7 months ago

CI's passing, looks like this is good to go.