This is an example package with a C++ extension using nanobind. When building for CPython 3.12 or later, the stable ABI is used, which means that you don't need one wheel for each version of CPython.
This example is very similar to the pybind11-project example.
For more information about the file structure and the configuration files,
please see the minimal
example.