Hi all,
I’m happy to announce a new patch release of Numba: 0.65.1.
This patch release disables JIT sys.monitoring integration on Python 3.14.4 and later (#10538) because it was no longer functioning correctly. The workaround is to use Python 3.14.3 or below if you need sys.monitoring support. We anticipate this functionality to be restored for Python 3.14.4 and beyond with Numba 0.66.0.
Numba 0.65.1
Install from PyPI.org:
pip install numba==0.65.1
Install from anaconda.org:
conda install -c numba numba=0.65.1
Release notes: