Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ARM runners don't have PyPy #915

Open
henryiii opened this issue Jan 28, 2025 · 0 comments · May be fixed by #916
Open

ARM runners don't have PyPy #915

henryiii opened this issue Jan 28, 2025 · 0 comments · May be fixed by #916

Comments

@henryiii
Copy link
Collaborator

Our action default includes pypy-3.10, which is missing for builds like ubuntu-arm-24.04. It's also probably not present on the other images, which means it has to be downloaded, making the action slower. I think we could just remove pypy from the default, like other projects are doing (cibuildwheel 3, for example). Someone who needs it could ask for it (as they already need to do for older pypy). Then our default would also work on the ARM images. I'd assume they might eventually build it for ARM, but this seems pretty reasonable overall?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging a pull request may close this issue.

1 participant