Swapnil Patel
Swapnil Patel
Python 3.14 support has been added to the GitHub Actions build and test matrix for both Numba wheels and the conda distribution. However, some dependencies are still pending upstream availability....
Thank you for the report @EltonCN . I'm able to reproduce this issue with `numba==0.62.0`.
> Frustratingly, if I install the wheel that gets produced on the windows build job on my Windows 10 development machine locally, all the tests pass and I don't see...
> Wow! Thanks for the context. That massively simplifies things. > > While looking this over, I noticed that the `validate` steps are all "broken" on 3.14t - they install...
> I rebased and squashed everything. I think this is ready now. > > Thanks for the pointer about it being a test-only dependency, I'm not sure where I got...
> > Lastly are we all in agreement that this PR shows that llvmlite is very, very likely to work just fine ™️ in the free-threading/no-gil context? > > If...
Hi @CloseChoice , Thanks for the report. To clarify, there is no `macOS x86_64` support planned for llvmlite wheels going forward. We had `macOS x86_64` deprecation PR merged after `0.45.1`...
> would it make sense to rebuild llvmdev? Yes ideally. We should make the change to use new image for all 3 builds - llvmdev, llvmlite and numba. I can...
#1346 solves the main branch build issue with a cleaner way. This PR would warrant more broader changes to llvmdev and numba builds as well and require testing llvmdev->llvmlite->numba. Hence,...
https://github.com/numba/llvmlite/pull/1279 adds CI support for llvmlite build and test GHA workflows. Follow-up items - - [x] Remove `ad-testing/label/py314 `dependency once upstream packages are published. - [ ] Re-enable lief dependency...