indygreg / python-build-standalone

Produce redistributable builds of Python
Mozilla Public License 2.0
2.13k stars 133 forks source link

Add aarch64 windows releases #386

Open vvuk opened 3 weeks ago

vvuk commented 3 weeks ago

It would be great to have aarch64 windows builds here -- tools that rely on pbs_installer (such as pdm) are unable to find any python versions to install on aarch64 windows (i.e. Win11 Parallels on a Apple Silicon MBP). Things are detected properly, but the python version list of course doesn't contain any matches:

THIS_ARCH = 'aarch64'
THIS_PLATFORM = 'windows'
vvuk commented 3 weeks ago

Oh hey, I didn't search PRs, just issues; but just found this WIP: https://github.com/indygreg/python-build-standalone/pull/93

zanieb commented 3 weeks ago

I've rebased onto main and am taking a look in https://github.com/indygreg/python-build-standalone/pull/387

zanieb commented 3 weeks ago

This looks blocked by GitHub Actions runner availability https://github.com/indygreg/python-build-standalone/pull/387#issuecomment-2447890742 — unless you have ideas.