This project shows a Python binding that can be built with nanobind, but not with pybind11.
git clone https://github.com/davidlatwe/py-binding-test.git
cd py-binding-test
git submodule update --init --recursive
CLEAN=1 NANOBIND=0 ./build.sh
./build.ps1 -clean 1 -nanobind 0