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

pep517: only use base python when MATURIN_PEP517_USE_BASE_PYTHON env var is set #2134

Merged
merged 2 commits into from
Jul 2, 2024

Conversation

messense
Copy link
Member

@messense messense commented Jul 2, 2024

Closes #2133

Copy link

netlify bot commented Jul 2, 2024

Deploy Preview for maturin-guide ready!

Name Link
🔨 Latest commit 1cbef54
🔍 Latest deploy log https://app.netlify.com/sites/maturin-guide/deploys/6683553b4c60a8000824d9a4
😎 Deploy Preview https://deploy-preview-2134--maturin-guide.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@messense messense merged commit e35097e into main Jul 2, 2024
27 of 28 checks passed
@messense messense deleted the messense-patch-1 branch July 2, 2024 01:51
@alex
Copy link

alex commented Jul 5, 2024

Thanks for this fix (it also impacts cryptography). Anything I can help with to get a release with this?

@messense messense mentioned this pull request Jul 7, 2024
2 tasks
@messense
Copy link
Member Author

messense commented Jul 7, 2024

Thanks for this fix (it also impacts cryptography). Anything I can help with to get a release with this?

#2139

netbsd-srcmastr pushed a commit to NetBSD/pkgsrc that referenced this pull request Jul 19, 2024
## [1.7.0] - 2024-07-07

* Initial iOS support in [#2101](PyO3/maturin#2102)
* Remove old import hook in [#2105](PyO3/maturin#2105), use [maturin-import-hook](https://github.com/PyO3/maturin-import-hook) instead
* Bump MSRV to 1.74.0 in [#2108](PyO3/maturin#2108)
* Add support for overriding wheel tag with `_PYTHON_HOST_PLATFORM` in [#2122](PyO3/maturin#2122)
* Don't add files to an archive more than once [#2125](PyO3/maturin#2125)
* Only use base python executable when `MATURIN_PEP517_USE_BASE_PYTHON` is set in [#2134](PyO3/maturin#2134)
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

Successfully merging this pull request may close these issues.

use of base python in pep517 builds breaks eg pydantic-core
2 participants