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

update _RUNTIME_GLIBC mapping to support newer python versions #648

Closed hawflau closed 2 months ago

hawflau commented 2 months ago

Issue #, if available:

624

Description of changes:

Update python glibc mapping to support newer versions of python for the scenario that a package needs to be built from source (e.g. llama-cpp)

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