-
-
Notifications
You must be signed in to change notification settings - Fork 42
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
Py311 + Py312 support #79
Conversation
thank you for this! I will test it a bit more first before merging it |
I believe I fixed the errors :) . I tested py311 and py312 locally with pytest. |
Thanks for rerunning the tests. Looks like there's some issues with pre-commit formatting the files weirdly. |
Seems the .github folder of pybind11 was committed as well, is there a need for that? |
There isn't. I'll remove it. It's an artifact of using |
Haven't tested this PR beyond running
make
,make test
andpip3 install .
, but this PRgit subrepo
to the newest version (v2.11.1) to enable Python 3.11 and 3.12 support