Skip to content

Bump required pybind11 to 2.13 #29012

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 23, 2024
Merged

Conversation

QuLogic
Copy link
Member

@QuLogic QuLogic commented Oct 23, 2024

PR summary

This is necessary for the py::mod_gil_not_used tag. Note that this if fairly new, so we could go the other route and #if the tag.

See https://matrix.to/#/!BXmyZMTnRjWJldDRLV:gitter.im/$Bsyuv1YBdUjtHnJLP1jE7KjYdk5O6DVBzfG6giPd-D0?via=gitter.im&via=matrix.org&via=aria-net.org

PR checklist

This is necessary for the `py::mod_gil_not_used` tag.
@QuLogic QuLogic added the Build label Oct 23, 2024
@tacaswell tacaswell added this to the v3.9.3 milestone Oct 23, 2024
@tacaswell
Copy link
Member

#29014 fixes the mypy issue, merging over that failure.

@tacaswell tacaswell merged commit 41be3a0 into matplotlib:main Oct 23, 2024
45 of 46 checks passed
Copy link

lumberbot-app bot commented Oct 23, 2024

Owee, I'm MrMeeseeks, Look at me.

There seem to be a conflict, please backport manually. Here are approximate instructions:

  1. Checkout backport branch and update it.
git checkout v3.9.x
git pull
  1. Cherry pick the first parent branch of the this PR on top of the older branch:
git cherry-pick -x -m1 41be3a05797a7827fb4e27d7c1edda4a22a6036a
  1. You will likely have some merge/cherry-pick conflict here, fix them and commit:
git commit -am 'Backport PR #29012: Bump required pybind11 to 2.13'
  1. Push to a named branch:
git push YOURFORK v3.9.x:auto-backport-of-pr-29012-on-v3.9.x
  1. Create a PR against branch v3.9.x, I would have named this PR:

"Backport PR #29012 on branch v3.9.x (Bump required pybind11 to 2.13)"

And apply the correct labels and milestones.

Congratulations — you did some good work! Hopefully your backport PR will be tested by the continuous integration and merged soon!

Remember to remove the Still Needs Manual Backport label once the PR gets merged.

If these instructions are inaccurate, feel free to suggest an improvement.

@QuLogic
Copy link
Member Author

QuLogic commented Oct 24, 2024

No need for backport; this flag was only flipped on main.

@QuLogic QuLogic deleted the bump-pybind branch October 24, 2024 03:27
@QuLogic QuLogic modified the milestones: v3.9.3, v3.10.0 Oct 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants