Henry Schreiner
Henry Schreiner
@rwgk I'd agree, the `__qualname__` doesn't look right: ```diff - module_func + pybind11_detail_function_record_v1_system_libstdcpp_gxx_abi_1xxx_use_cxx11_abi_1.module_func ```
Apple has also said macOS 27 is the last to fully support Rosseta 2 (save for some bits needed for games, it's going away). x86 machines are still around (mine...
Adding an action would be pretty trivial, and the benefit is that dependabot could update it. Though I think that would be more important for validate-pyproject-schema-store, so I could add...
I do use pre-commit.ci on most of my repos :).
We should be checking for `__fspath__`, not isinstance Path.
Yes, 3.11+ is required. Im curious to see if adding a build dep on an older Python works.
pybind11 could support it, we just don’t have resources to do it ourselves any time soon. There’s a chance someone will contribute it. The functionality we need was added in...
https://github.com/pypa/cibuildwheel/compare/v3.2.1...v3.3.0 I see #2630; That's now modifying the path, rather than just pointing at cibuildwheel. If there was anything else in that location, that would get exposed too. However, it...
Better yet, could you try #2673 on your workflow? Just use `@henryiii/fix/simpleraction` instead of `@3.2.1`.
Let me check into why it's not working for numpy first, maybe that will explain this too. :) FYI, you don't need to run CI, `uvx cibuildwheel==3.0.0b1 --only cp313-manylinux_x86_64` locally...