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

貢獻者指南