PyO3/maturin

Make `--find-interpreter` require opt-in to prereleases

開放

#1,975 建立於 2024年3月1日

 (3 則留言) (3 個反應) (0 位負責人)Rust (420 個分叉)auto 404
good first issue

倉庫指標

星標
 (5,692 顆星)
PR 合併指標
 (平均合併 2天 5小時) (30 天內合併 9 個 PR)

描述

Followup to https://github.com/PyO3/maturin/issues/1960#issuecomment-1969780779

I think that probably when using --find-interpreter maturin should ignore prereleases unless an additional --allow-prereleases flag is passed. I think this would help avoid users accidentally uploading wheels for prerelease Python versions before they are ready to deliberately be testing them in CI.

(Maybe it can print that it found them and give a hint to add --allow-prereleases, but not build for them.)

貢獻者指南