microsoft / onnxruntime-extensions

onnxruntime-extensions: A specialized pre- and post- processing library for ONNX Runtime
MIT License
340 stars 91 forks source link

Upgrade versions in CI matrix and fix CI issue #835

Closed sayanshaw24 closed 3 weeks ago

wenbingl commented 3 weeks ago

I don't think a lot of packages are available for Python 3.13, Can we just shift ORT version only?

edgchen1 commented 3 weeks ago

We cannot drop python 3.8 support. and should only shift ort version from [1.13, 1.17] to [1.15, 1.19]

FYI, Python 3.8 is EOL now. https://devguide.python.org/versions/

do we still need to support it?

wenbingl commented 3 weeks ago

We cannot drop python 3.8 support. and should only shift ort version from [1.13, 1.17] to [1.15, 1.19]

FYI, Python 3.8 is EOL now. https://devguide.python.org/versions/

do we still need to support it?

I just happened to see the HF's transformers Python package 4.46 yanked because it works with Python 3.8 https://pypi.org/project/transformers/4.46.0/. At least, it should be dropped after Python 3.13 was fully supported.

wenbingl commented 3 weeks ago

We cannot drop python 3.8 support. and should only shift ort version from [1.13, 1.17] to [1.15, 1.19]

FYI, Python 3.8 is EOL now. https://devguide.python.org/versions/ do we still need to support it?

I just happened to see the HF's transformers Python package 4.46 yanked because it works with Python 3.8 https://pypi.org/project/transformers/4.46.0/. At least, it should be dropped after Python 3.13 was fully supported.

it seems ORT dropped, we can drop it too.