sleepecg icon indicating copy to clipboard operation
sleepecg copied to clipboard

Python 3.13 roadmap

Open cbrnr opened this issue 1 year ago • 0 comments

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)

cbrnr avatar Sep 16 '24 08:09 cbrnr