Updating Pybind11 is necessary for gem5 to compile correctly with Python 3.11. As of March 9th 2023, 2.10.3 is the latest version of Pybind11. Change-Id: I32c68c507770040d3fac2de442d88a8f46b48896 Issue-on: https://gem5.atlassian.net/browse/GEM5-1295 Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/68818 Maintainer: Jason Lowe-Power <power.jg@gmail.com> Tested-by: kokoro <noreply+kokoro@google.com> Reviewed-by: Jason Lowe-Power <power.jg@gmail.com>
20 lines
645 B
Markdown
20 lines
645 B
Markdown
<!--
|
|
Title (above): please place [branch_name] at the beginning if you are targeting a branch other than master. *Do not target stable*.
|
|
It is recommended to use conventional commit format, see conventionalcommits.org, but not required.
|
|
-->
|
|
## Description
|
|
|
|
<!-- Include relevant issues or PRs here, describe what changed and why -->
|
|
|
|
|
|
## Suggested changelog entry:
|
|
|
|
<!-- Fill in the below block with the expected RestructuredText entry. Delete if no entry needed;
|
|
but do not delete header or rst block if an entry is needed! Will be collected via a script. -->
|
|
|
|
```rst
|
|
|
|
```
|
|
|
|
<!-- If the upgrade guide needs updating, note that here too -->
|