You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the solution you'd like
Now that Python 3.5 is officially retired, we should stop supporting this version of Python in onnxruntime codebase. This will
- remove some version checks from the code
- enable using the language features introduced four years ago (in Python 3.6)
- reduce the CI build matrix (or at least keep it same size, since Python 3.9 will need to be added very soon).
Additional context
It should be ok to do this in a minor release (onnxruntime 1.6). For reference, PyTorch dropped support for Python 3.5 in version 1.6, released on 7/28/2020.
The text was updated successfully, but these errors were encountered:
Describe the solution you'd like
Now that Python 3.5 is officially retired, we should stop supporting this version of Python in onnxruntime codebase. This will
- remove some version checks from the code
- enable using the language features introduced four years ago (in Python 3.6)
- reduce the CI build matrix (or at least keep it same size, since Python 3.9 will need to be added very soon).
Additional context
It should be ok to do this in a minor release (onnxruntime 1.6). For reference, PyTorch dropped support for Python 3.5 in version 1.6, released on 7/28/2020.
The text was updated successfully, but these errors were encountered: