sleepecg
sleepecg copied to clipboard
Python 3.13 roadmap
We cannot enable Python 3.13 currently, because
- Numba does not support it yet (https://github.com/numba/numba/issues/9413)
- We have to remove the NumPy < 2 pin, because there won't be 3.13 wheels for the old NumPy 1.26 (and building from source is not an option)
- At least one of our dependencies pins NumPy to < 2 (https://github.com/MIT-LCP/wfdb-python/pull/494)