PyO3/maturin

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

Aperta

#2013 aperta il 28 mar 2024

 (3 commenti) (1 reazione) (0 assegnatari)Rust (420 fork)auto 404
github_actionsgood first issue

Metriche repository

Star
 (5692 stelle)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

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

Guida contributor