-
Notifications
You must be signed in to change notification settings - Fork 3
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
adding py312 support #6
Conversation
As title
Having trouble compiling NumPy 1.25 from source:
|
Using |
|
with 6ac0c37 I can run a complete build from a pristine state:
Gets:
llvmlite doesn't have an upper bound for 3.12 -- so yay! Numba needs: https://github.com/esc/numba/tree/update_py_pin_to_3.12 (the conf files take this into account) |
Note: once cloned, you can update just the compilation from within the |
As title