Skip to content

Add PyPy3.11 windows wheel build #126

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

Open
mattip opened this issue Mar 26, 2025 · 1 comment
Open

Add PyPy3.11 windows wheel build #126

mattip opened this issue Mar 26, 2025 · 1 comment
Assignees

Comments

@mattip
Copy link

mattip commented Mar 26, 2025

In #125 support was added for PyPy3.11, but something didn't work in windows, there was this error:

--- stderr
  error: failed to generate python3.dll import library
  caused by:
    - 0: Unsupported PyPy version

Perhaps connected to

rpds/Cargo.toml

Lines 16 to 18 in c89ed6d

# To build extension for PyPy on Windows, "generate-import-lib" is needed:
# https://github.com/PyO3/maturin-action/issues/267#issuecomment-2106844429
features = ["extension-module", "generate-import-lib"]

I will try to take a look, please assign the issue to me.

@Julian
Copy link
Member

Julian commented Mar 26, 2025

That would be super appreciated :)!

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

No branches or pull requests

2 participants