Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add complete platform for Python 3.11 in Lambda (#19626)
This adds a cached complete platform JSON file for the new support for Python 3.11 in Lambda https://aws.amazon.com/blogs/compute/python-3-11-runtime-now-available-in-aws-lambda/ As a bit of a drive-by, this also updates the other files based on what seems to be upstream changes to the builder images. As a reminder, #19253 set up this infrastructure for pre-baked complete-platform JSON files for the AWS Lambda environment, which enables Pants 2.18 to build lambdas that pick the right wheels more reliably than just approximating via the `--platform` "incomplete" platform summary.
- Loading branch information