Henry Schreiner
Henry Schreiner
My suggestion would be to read `project.requires-python` from pyproject.toml; you can compare using packaging.specifiers to see what the allowed versions are. `cibuildwheel` 1.9 does this. Since PEP 621, that is...
Also, if you don't set `package_name_FOUND`, CMake's [`FeatureSummary`](https://cmake.org/cmake/help/latest/module/FeatureSummary.html) doesn't report correctly. (Honestly, since this checks a compiler feature, it seems like it really should be a module rather than a...
@alehaa I would agree with that.
Take your time. I can rebase whenever you need me to. Would you be interested in enabling pre-commit.ci on the three example repos in pybind11? I _think_ it was enabled...
Rebased.
Pyodide cannot install SDists. It looks for pure wheels only. Adding custom code will not help. For this specific case (not for general or future cases), I can request it...
Not yet, and pyodide can only load wheels created built-in, and WASM is not binary stable yet anyway. We do plan to try to make it available, though. We added...
In https://gitlab.com/cliutils/modern-cmake, I'm hitting this as of a week or two ago, and it's not tied to 0.3/0.4, I tried pinning the older one and it didn't fix it, and...
Ahh, the SVG is a 404 not found! That's why. Now just have to figure out which badge it was, out of way too many... Nevermine, not a problem here...
The current GitLab CI job and workaround here: https://gitlab.com/CLIUtils/modern-cmake/-/blob/10e21db1782c0f23c65490f6534ca63b003ce82a/.gitlab-ci.yml#L15-32