Support Python 3.12
esc opened this issue · 4 comments
Is there any progress on this with support for the latest Numba (0.6
) and SciPy (1.14.1
)?
Is there any progress on this with support for the latest Numba (
0.6
) and SciPy (1.14.1
)?
No, unfortunately not. None of the contributors has had time to continue work on this library. Pull-requests would likely be tended too however, so feel free to contribute!
FWIW it seems you can use numba-scipy on Python 3.12 with newer versions of numba and scipy without making any changes except for relaxing the version limits in setup.py
. Tests pass as far as I can tell but CI isn't happy. I've been able to install direct from GitHub via my fork and all seems to work. I could put out a PR with those basic changes if it's appropriate but I'm unfamiliar with GitHub Actions and rusty when it comes to conda so might need some support.