-
Notifications
You must be signed in to change notification settings - Fork 9
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
MAINT: python 3.11 support #44
Comments
$20 says that's fixed in 3.11.0-rc2. This has nothing to do with the ABI, it's a header include issue. They aren't going to break every package which uses pybind11 for that. |
How old is My first bet would have been that |
I think I just used the current main or stable branch when I create the repo. No special changes, you probably just need to do a git pull inside the submodule. Looks like it was noted and fixed in Oct 2021: |
* Python `3.11` RC1 is ABI stable, so might as well test against it * we should be able to remove the custom `pybind11` submodule checkout once we update upstream per: kokkos/pykokkos-base#44
Looks all good with |
I guess we might want a single |
Python 3.11 RC1 is guaranteed to be ABI stable, so it is safe to start thinking/testing for compatibility there.
Currently, I see some
pybind11
-related failures like this duringpykokkos-base
build:If you want to reproduce you can i.e., modify the
pykokkos
repo CI:and run
act -j test_pykokkos
The text was updated successfully, but these errors were encountered: