Closed sayanshaw24 closed 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?
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.
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.
I don't think a lot of packages are available for Python 3.13, Can we just shift ORT version only?