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 合并指标
 (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.)

贡献者指南