numba / numba-scipy

numba_scipy extends Numba to make it aware of SciPy
https://numba-scipy.readthedocs.io/en/latest/
BSD 2-Clause "Simplified" License
255 stars 33 forks source link

Support Python 3.12 #101

Open esc opened 5 months ago

esc commented 5 months ago

Seems like this package can not be built with 3.12 as of current HEAD at 1e2f24417d

https://github.com/numba/numba-scipy/pull/100#issuecomment-2042763667

esc commented 5 months ago

Looks like it might be versioneer update as per https://github.com/numba/numba-scipy/pull/75 for 3.11 ?