Henry Schreiner
Henry Schreiner
FYI, editable installs are really hard to support in modern setuptools (64 or something adapted to the new editable mode support from PEP 660 rather than using a custom back-door...
Yes, I tried that previously, but I can repeat it in the PR, just a sec.
Same: https://github.com/tox-dev/pyproject-fmt-rust/actions/runs/9058486065/job/24884203304?pr=11
It's in a `PyPy` folder: https://github.com/actions/setup-python/blob/main/docs/advanced-usage.md#hosted-tool-cache
Assuming this the right way to enable it: ```toml [dependencies] pyo3 = { version = "0.21.2", features = ["abi3-py38", "generate-import-lib"] } ``` This cause Maturin to simply ignore the `pypy`...
Is there a way for me to see the core.info printouts? I'm still not seeing it with the recent update.
It’s because we take a dynamic approach to filling these out. It’s not something that changes frequently, so personally I’d be fine with figuring out a more static-friendly way to...
I've talked about this before for several years, I've been bothered by the fact that we have a static list of things and we can't use it statically in type...
As a first step, I'd recommend using `macos-X` and `macos-14`, where X < 14, building only native packages on each. (I have no idea why 12 isn't working, that was...
On a branch macOS-12 worked. But sounds like this is the correct fix. Does avx make it noticeably faster? You could make a higher minimum version wheel too with avx...