pybind / pybind11

Seamless operability between C++11 and Python
https://pybind11.readthedocs.io/
Other
15.08k stars 2.05k forks source link

docs: building suggestions update #5168

Closed henryiii closed 1 week ago

henryiii commented 2 weeks ago

Description

Adds updated building documentation with modern suggestions for building.

These tools do require Python 3.7+. which shouldn't be too much of an issue (and we plan to drop 3.6 very soon, probably 3.7 too soon-ish).

Suggested changelog entry:

* Build docs updated to feature scikit-build-core and meson-python, and updated setuptools instructions.