Enable aarch64 Ubuntu CI jobs
Let's ignore Windows on Arm runners in this PR as they have a generic image. We (Arm) are working with Github to provide an image with full developers tools installed.
Thanks @ambv for the PR 🌮🎉.. I'm working now to backport this PR to: 3.13. 🐍🍒⛏🤖
Sorry, @ambv, I could not cleanly backport this to 3.13 due to a conflict.
Please backport using cherry_picker on command line.
cherry_picker 8214e0f709010a0e1fa06dc2ce004b5f6103cc6b 3.13
We need to land https://github.com/python/cpython/pull/126619 first.
GH-127170 is a backport of this pull request to the 3.13 branch.
This is really awesome!
Does that also mean we will see arm64 (aarch64?) windows wheel on PyPI with the next (pre-)release?
Edit: Sorry, got linked from another issue and read it totally wrong.
@EwoutH this only means Python 3.14 and 3.13 are now tested on Arm natively on Linux. This has nothing to do with PyPI, and it also doesn't enable CI on Windows Arm yet, as the description says.