You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ci: fix aarch64 cross-compilation by specifying Python interpreters
The cross-compilation Docker container (manylinux2014-cross:aarch64)
doesn't have Python interpreters auto-discoverable like native builds.
Maturin failed with "Couldn't find any python interpreters".
Fix: explicitly specify Python 3.9-3.13 via -i flags for the aarch64
cross-compilation target.
0 commit comments