PyO3/maturin

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

开放

#2,013 创建于 2024年3月28日

 (3 条评论) (1 个反应) (0 位负责人)Rust (420 个派生)auto 404
github_actionsgood first issue

仓库指标

星标
 (5,692 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

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

贡献者指南