messense
messense
That should be solvable by switching to install as the build user with `su - username -c "install rust command"` ? Edit: the full command is `su - piwheels -c...
Ping @thuleqaid , I want to use this crate in [`reqwest`](https://github.com/seanmonstar/reqwest/pull/256) for content encoding detection, unfortunately the license isn't compatible.
@masklinn Both PyPy and GraalPy are supported, see * https://github.com/PyO3/pyo3/pull/393 * https://github.com/PyO3/pyo3/pull/3247
@fatelei Thanks, let us know if you have any questions.
See also https://github.com/PyO3/maturin/discussions/1680
You can already do that by modifying the generated the CI configuration file. Adding `uv` support to `generate-ci` is welcome, we already have uv support in `maturin develop` command.
I don't know either, @hoodmane any idea?
`--config` is a cargo specific option so it won't work for overridding values in `pyproject.toml`. There are currently no option in CLI to override `[tool.maturin]` section in `pyproject.toml`.
Thanks, it might be better to split this into two PRs, one to remove docs/comments, another one to remove build support, because we haven't decided when to drop build support...
BTW, there are also some leftovers in https://github.com/PyO3/maturin/tree/main/guide