Skip to content

Commit 2317206

Browse files
authored
Added Python 3.14 built-in complete platforms for AWS Lambda (#23107)
Added built-in complete platform configurations for Python 3.14 on both x86_64 and arm64 (Graviton2)
1 parent 5695230 commit 2317206

File tree

5 files changed

+1751
-2
lines changed

5 files changed

+1751
-2
lines changed

docs/notes/2.32.x.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,9 @@ Pants will attempt to only preserve the `mypy` cache when `mypy` returns a [prob
5353

5454
The default version of mypy used by Pants has been updated to [1.19.1](https://mypy-lang.blogspot.com/2025/11/mypy-119-released.html). This includes support for the new "Fixed‑Format" cache.
5555

56-
The `grpc-python-plugin` tool now uses an updated `v1.73.1` plugin built from <https://github.com/nhurden/protoc-gen-grpc-python-prebuilt]. This also brings `macos_arm64` support.
57-
56+
The `runtime` field of [`aws_python_lambda_layer`](https://www.pantsbuild.org/2.32/reference/targets/python_aws_lambda_layer#runtime) or [`aws_python_lambda_function`](https://www.pantsbuild.org/2.32/reference/targets/python_aws_lambda_function#runtime) now has built-in complete platform configurations for x86-64 and arm64 Python 3.14. This provides stable support for Python 3.14 lambdas out of the box, allowing deleting manual `complete_platforms` configuration if any.
5857

58+
The `grpc-python-plugin` tool now uses an updated `v1.73.1` plugin built from <https://github.com/nhurden/protoc-gen-grpc-python-prebuilt]. This also brings `macos_arm64` support.
5959

6060
#### Shell
6161

0 commit comments

Comments
 (0)