PyO3/maturin
Add pypy and maybe graalpy support to `generate-ci`
Aberta
#2.013 aberto em 28 de mar. de 2024
github_actionsgood first issue
Métricas do repositório
- Stars
- (5.692 estrelas)
- Métricas de merge de PR
- (Métricas PR pendentes)
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)