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

pyo3-build-config: Build "abi3" extensions without an interpreter #2293

Merged
merged 1 commit into from Apr 14, 2022

Commits on Apr 13, 2022

  1. pyo3-build-config: Build "abi3" extensions without an interpreter

    Support compiling portable "abi3" extension modules even when
    the build host Python interpreter configuration is not available
    or the discovered Python interpreter version is not supported.
    
    Maturin already implements this by building "abi3" extension wheels
    with `PYO3_NO_PYTHON` environment veriable set for cargo when
    an `abi3-py3*` feature is detected.
    
    Closes PyO3#2292
    ravenexp committed Apr 13, 2022
    Configuration menu
    Copy the full SHA
    ae7e1f5 View commit details
    Browse the repository at this point in the history