aws / aws-lambda-builders

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

Add compatibility with setuptools 66+ #475

Closed jfly closed 1 year ago

jfly commented 1 year ago

This fixes https://github.com/aws/aws-lambda-builders/issues/474

setuptools 66.0.0 dropped support for PEP 440 non-conforming versions. A few of the unittests in this repo use versions that are not PEP 440 compatible. I changed them to be compatible, and now those tests pass =)

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