Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Bump pybind11 version to enable Python 3.11 wheel builds #1489

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 2 commits into from
Sep 13, 2022

Conversation

nicholasjng
Copy link
Contributor

@nicholasjng nicholasjng commented Sep 13, 2022

This commit bumps the pybind11 version to 2.10.0, which is the first pybind version coming with Python 3.11 support. This change is necessary to facilitate wheel builds for Python 3.11 and upward, as changes to Python internals in 3.11 broke compatibility with older pybind11 versions.

Fixes #1476.

nicholasjng and others added 2 commits September 7, 2022 18:04
This commit bumps the pybind11 version to 2.10.0, which is the first
pybind version coming with Python 3.11 support. This change is necessary
to facilitate wheel builds for Python 3.11 and upward, as changes to
Python internals in 3.11 broke compatibility with older pybind11
versions.
@nicholasjng
Copy link
Contributor Author

@dmah42 dmah42 merged commit 9265511 into google:main Sep 13, 2022
@dmah42
Copy link
Member

dmah42 commented Sep 13, 2022

thanks!

@nicholasjng nicholasjng deleted the pybind11-update branch September 13, 2022 14:06
dmah42 pushed a commit that referenced this pull request Sep 14, 2022
This commit bumps the pybind11 version to 2.10.0, which is the first
pybind version coming with Python 3.11 support. This change is necessary
to facilitate wheel builds for Python 3.11 and upward, as changes to
Python internals in 3.11 broke compatibility with older pybind11
versions.

Co-authored-by: Dominic Hamon <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG] Python 3.11 wheel builds fail due to outdated pybind11
3 participants