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.
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.