numba / llvmlite

A lightweight LLVM python binding for writing JIT compilers
https://llvmlite.pydata.org/
BSD 2-Clause "Simplified" License
1.94k stars 321 forks source link

Python 3.13 support #1084

Open stuartarchibald opened 1 month ago

stuartarchibald commented 1 month ago

Feature request

Tracking issue for Python 3.13 support.

jakirkham commented 2 weeks ago

This is now covered on CI: https://github.com/numba/llvmlite/pull/1080

Guess the next step is a release? Or are there more steps before that?

thebaptiste commented 1 week ago

Can we hope for a new release with Python 3.13 wheels soon ?

stuartarchibald commented 1 week ago

Please follow #1093 for updates on the 0.44.0rc1 (which is the 0.44.0 release candidate and has Python 3.13 support).

thebaptiste commented 6 days ago

Ok, thanks. Is there also a new numba release Python 3.13 compliant on the way (may be a 0.61.0rc1 soon) ?

stuartarchibald commented 6 days ago

No problem, and yes to Python 3.13 support in Numba, see Numba issue 9777 for the RC tracker (it's pinned at the top of the Numba issue tracker).

thebaptiste commented 6 days ago

Thanks