aws / aws-lambda-builders

Python library to compile, build & package AWS Lambda functions for several runtimes & framework
Apache License 2.0
329 stars 136 forks source link

fix: remove python3.7 support #613

Closed mndeveci closed 5 months ago

mndeveci commented 5 months ago

Issue #, if available: https://github.com/aws/aws-sam-cli/issues/6298

Description of changes: Removes python3.7 support for the library and for building lambda functions.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

lucashuy commented 5 months ago

Since we are dropping 3.7 for the Lambda Builders package, we should update the dev dependencies here too: https://github.com/aws/aws-lambda-builders/blob/f11d2a57f6dce9119014548529014359e3c70bb9/requirements/dev.txt

mndeveci commented 5 months ago

Since we are dropping 3.7 for the Lambda Builders package, we should update the dev dependencies here too: https://github.com/aws/aws-lambda-builders/blob/f11d2a57f6dce9119014548529014359e3c70bb9/requirements/dev.txt

Thanks for reminding that, updated!