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
Infer python version from Makefile.envs in PyO3 (#19)
Instead of hardcoding the Python version, use
`PYO3_CROSS_PYTHON_VERSION` env variable, which [PyO3 uses to find the
correct Python include/lib
paths](https://pyo3.rs/main/building-and-distribution#cross-compiling).
Also removed pyo3_config.ini file. Otherwise, the config file always
take precedence.
---------
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
0 commit comments