Skip to content

Commit

Permalink
Add complete platform for Python 3.11 in Lambda (#19626)
Browse files Browse the repository at this point in the history
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
huonw authored Aug 20, 2023
1 parent fb98917 commit f1ec650
Show file tree
Hide file tree
Showing 6 changed files with 687 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -599,6 +599,7 @@
"py30-none-manylinux_2_5_x86_64",
"py30-none-manylinux1_x86_64",
"py30-none-linux_x86_64",
"cp310-none-any",
"py310-none-any",
"py3-none-any",
"py39-none-any",
Expand Down
Loading

0 comments on commit f1ec650

Please sign in to comment.