Added Python 3.13 to CI and Descriptions
As titled, this PR adds Python 3.13 as a part of CI which is planned to be used to make a Python 3.13 llvmlite build.
Note: Currently Python 3.13 is available in the ad-testing channel within conda and it will be some time before it makes it to the main channel.
/azp run
Azure Pipelines failed to run 1 pipeline(s).
I think Python 3.9 should be dropped to match Numba's support (only 4 Python versions officially supported and tested)? Should this suggestion be accepted, would the change go into this PR or into a subsequent PR?
/azp run
Azure Pipelines successfully started running 1 pipeline(s).
Is there a remaining todo on this?
Is there a remaining todo on this?
Yep, we need to bump the minimum supported Python version to 3.10 according to @stuartarchibald's comment above.
would the change go into this PR or into a subsequent PR?
Requires a merge from main to resolve the RTD issue.
Cross-linking to Python 3.13 support issue
xref: https://github.com/numba/llvmlite/issues/1084