Skip to content

Commit 29a7f6a

Browse files
AustinSchuhaignas
andauthored
feat: Add windows arm64 python toolchains (bazel-contrib#3062)
The changelog for astral-sh/python-build-standalone release 20250630 says: * Add ARM64 Windows builds for Python 3.11+ Lets use them! This is helpful when using rules_python on arm64 windows Work towards bazel-contrib#2276 --------- Signed-off-by: Austin Schuh <[email protected]> Co-authored-by: Ignas Anikevicius <[email protected]>
1 parent 47c681b commit 29a7f6a

File tree

3 files changed

+105
-81
lines changed

3 files changed

+105
-81
lines changed

CHANGELOG.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,12 +60,12 @@ END_UNRELEASED_TEMPLATE
6060
* (gazelle) Types for exposed members of `python.ParserOutput` are now all public.
6161
* (gazelle) Removed the requirement for `__init__.py`, `__main__.py`, or `__test__.py` files to be
6262
present in a directory to generate a `BUILD.bazel` file.
63-
* (toolchain) Updated the following toolchains to build 20250612 to patch CVE-2025-47273:
63+
* (toolchain) Updated the following toolchains to build 20250702 to patch CVE-2025-47273:
6464
* 3.9.23
6565
* 3.10.18
6666
* 3.11.13
6767
* 3.12.11
68-
* 3.14.0b2
68+
* 3.14.0b3
6969
* (toolchain) Python 3.13 now references 3.13.5
7070

7171
{#v0-0-0-fixed}
@@ -91,6 +91,11 @@ END_UNRELEASED_TEMPLATE
9191
* (gazelle) New directive `gazelle:python_generate_pyi_deps`; when `true`,
9292
dependencies added to satisfy type-only imports (`if TYPE_CHECKING`) and type
9393
stub packages are added to `pyi_deps` instead of `deps`.
94+
* (toolchain) Add toolchains for aarch64 windows for
95+
* 3.11.13
96+
* 3.12.11
97+
* 3.13.5
98+
* 3.14.0b3
9499

95100
{#v0-0-0-removed}
96101
### Removed

0 commit comments

Comments
 (0)