-
-
Notifications
You must be signed in to change notification settings - Fork 157
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
Support Python up to 3.12 and drop 3.7 #491
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Since you are updating the setup python action, can you pin the version by hash instead of a tag?
Apparently, the new release of the Bazel package rules_python introduced a complex dependency issue (another similar issue), I don't have a clear idea of how to solve it at the moment. We will probably need to migrate to the Bzlmod and rewrite the entire Bazel build since WORKSPACE is deprecated. It's better to address this issue in another PR. |
Done |
Description
Fixes #487, #484, #483, #475, #470, #469, #463, #458
Affected Dependencies
Upgrade pybind11 to v2.12.0
How has this been tested?
Checklist