numba / numba

NumPy aware dynamic Python compiler using LLVM
https://numba.pydata.org/
BSD 2-Clause "Simplified" License
9.99k stars 1.13k forks source link

Python 3.13 support #9798

Closed SlothScript closed 4 days ago

SlothScript commented 4 days ago

Reporting a bug

I'm sure there are a lot of these, but it needs python 3.13 support. running pip install numba (in python3.13) will break it. This also breaks many other packages the rely on numba to not work in 3.13. Please add 3.13 release

bug.py

import os
os.system("python3.13 -m pip install numba")
esc commented 4 days ago

@SlothScript support for 3.13 was merged last week, coming in the next release. Duplicate is here: https://github.com/numba/numba/issues/9413

esc commented 4 days ago

@SlothScript please subscribe to the following thread for news and updates on the release: https://github.com/numba/numba/issues/9777