onnxruntime
32fa4908 - Nightly python packages for python 3.14 (#26397)

Commit
43 days ago
Nightly python packages for python 3.14 (#26397) Update python packaging pipeline to support python 3.14. This is to add python 3.14 wheels to both CUDA 12 and CUDA 13 nightly packaging pipelines. The CUDA 13 pipelines were added in https://github.com/microsoft/onnxruntime/pull/26420. For linux, two wheels are added for python 3.14 and 3.14t. For Windows, a wheel is added for pyhthon 3.14. Known issues: 1. onnx does not have prebuild package for python 3.14, which causes some pipelines failed. 2. onnxscript and onnx-ir depends on onnx. 3. The CI machine for Windows cuda python packaging has cuda driver 553.24, which does not support CUDA 13.0. TODO: Update cuda driver to 580 or later to test properly. Walkarounds for issues 1 and 2: * For python 3.14, we skip onnx, onnxscript and onnx-ir in requirements.txt. * Disable related tests. When onnx package supports python 3.14 in the future, we can undo the walkarounds and re-enable those tests.
Author
Parents
Loading