PyO3/maturin

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

Ouverte

#2 013 ouverte le 28 mars 2024

 (3 commentaires) (1 réaction) (0 personne assignée)Rust (420 forks)auto 404
github_actionsgood first issue

Métriques du dépôt

Stars
 (5 692 étoiles)
Métriques de merge PR
 (Métriques PR en attente)

Description

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

Guide contributeur