PyO3/maturin

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

Offen

#1.975 geöffnet am 01.03.2024

 (3 Kommentare) (3 Reaktionen) (0 zugewiesene Personen)Rust (420 Forks)auto 404
good first issue

Repository-Metriken

Stars
 (5.692 Sterne)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

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.)

Contributor Guide