pybind11_bazel
pybind11_bazel copied to clipboard
pybind11 3.0.1
Could somebody help making a release for the latest pybind11 (v3.0.1) if nothing is blocking it? I see that @jiawen released the last version (v2.13.6), but he seems to have left Google. So, maybe, @comicfans or @Mizux can help us here?
I see that v3.0.0 for pybind11_bazel is committed a couple of months ago, but there is no release for it. I ran it locally on a minimal example, and it worked fine.
I also see that pybind11 v3.0.1 is released a month ago. So, by following the commit for v3.0.0, I made a PR for v3.0.1.
Thx for this PR !, I'll try first before merging this one:
- [x] Add few CI jobs
- [x] Add
examples/embed
- [x] Add
- [x] merge other waiting PR if easy
- [x] Have all MODULE deps up to date
- [x] Release and tag a
v3.0.0- [ ] Add the [email protected] version to BCR note: https://github.com/bazelbuild/bazel-central-registry/pull/6158
then I'll merge this PR and will tag the 3.0.1 ASAP
Awesome! Much appreciated.
Just waiting for confirmation that the support for python 3.13 is borken on rules_python side before tagging 3.0.0
- https://github.com/bazel-contrib/rules_python/issues/3318
- https://github.com/bazelbuild/bazel-central-registry/pull/6158