llvmlite icon indicating copy to clipboard operation
llvmlite copied to clipboard

Added Python 3.13 to CI and Descriptions

Open kc611 opened this issue 1 year ago • 6 comments

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.

kc611 avatar Sep 26 '24 06:09 kc611

/azp run

sklam avatar Sep 26 '24 13:09 sklam

Azure Pipelines failed to run 1 pipeline(s).

azure-pipelines[bot] avatar Sep 26 '24 13:09 azure-pipelines[bot]

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?

stuartarchibald avatar Sep 27 '24 13:09 stuartarchibald

/azp run

sklam avatar Oct 21 '24 15:10 sklam

Azure Pipelines successfully started running 1 pipeline(s).

azure-pipelines[bot] avatar Oct 21 '24 15:10 azure-pipelines[bot]

Is there a remaining todo on this?

cclauss avatar Oct 24 '24 05:10 cclauss

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.

kc611 avatar Oct 30 '24 11:10 kc611

would the change go into this PR or into a subsequent PR?

cclauss avatar Oct 30 '24 12:10 cclauss

Requires a merge from main to resolve the RTD issue.

gmarkall avatar Nov 05 '24 15:11 gmarkall

Cross-linking to Python 3.13 support issue

xref: https://github.com/numba/llvmlite/issues/1084

jakirkham avatar Nov 06 '24 20:11 jakirkham