Skip to content
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

bump pybind11 for py3.11 compat #1955

Merged
merged 1 commit into from
Aug 26, 2022

Conversation

brenthuisman
Copy link
Contributor

With a Python 3.11 RC out, our CI wheel builder was running into problems: https://github.com/arbor-sim/arbor/runs/7936097742?check_suite_focus=true#step:7:4491
This PR bumps the Pybind11 module to 2.10.0, which provides Windows Python 3.11 support. See https://github.com/arbor-sim/arbor/actions/runs/2902228009

@brenthuisman brenthuisman added python packaging Installation from source and production of distro packages, python packages. labels Aug 22, 2022
Copy link
Collaborator

@Helveg Helveg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@thorstenhater
Copy link
Contributor

Never use a .0 release?

Copy link
Contributor

@thorstenhater thorstenhater left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Apart from my irrational fear of .0 versions looks good. Here are some tidbits from the pybind11 changelog I am modestly excited about

  • error_already_set is now safer and more performant, especially for exceptions with long tracebacks, by delaying computation. #1895
  • The bindings for capsules now have more consistent exception handling. #3825

X-lang Exception handling has been a constant bane.

@thorstenhater thorstenhater merged commit e67347b into arbor-sim:master Aug 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
packaging Installation from source and production of distro packages, python packages. python
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants