PyO3/maturin

Add pypy and maybe graalpy support to `generate-ci`

Offen

#2.013 geöffnet am 28.03.2024

 (3 Kommentare) (1 Reaktion) (0 zugewiesene Personen)Rust (420 Forks)auto 404
github_actionsgood first issue

Repository-Metriken

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

Beschreibung

we can add a new cli option --python-implementation to select python impls to build wheels for, it should support these options:

  • cpython (enabled by default)
  • pypy
  • graalpy (if we can upload graalpy wheels to pypi, need to check that)

https://github.com/PyO3/maturin/blob/main/src/ci.rs

Contributor Guide