I am not sure if this is a feature request or a bug report. But when we wanted to release a new binary for windows with aarch64 support upstream in Polars, we got a failure in the setup-python step for that architecture.
Run actions/setup-python@v5
Installed versions
Version 3.9 was not found in the local cache
Error: The version '3.9' with architecture 'arm64' was not found for Windows Enterprise.
The list of all available versions can be found here: https://raw.githubusercontent.com/actions/python-versions/main/versions-manifest.json
The full logs are here: https://github.com/pola-rs/polars/actions/runs/12012857821/job/33485043287
Would be a great if windows + aarch64 had support.
I am not sure if this is a feature request or a bug report. But when we wanted to release a new binary for windows with aarch64 support upstream in Polars, we got a failure in the
setup-pythonstep for that architecture.The full logs are here: https://github.com/pola-rs/polars/actions/runs/12012857821/job/33485043287
Would be a great if windows + aarch64 had support.