mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-08 17:17:15 +00:00
Update Python version support (#4778)
This commit is contained in:
parent
cddddc4d55
commit
61b2a663a3
1 changed files with 1 additions and 1 deletions
|
|
@ -127,7 +127,7 @@ For production scenarios, it's strongly recommended to build only from an [offic
|
|||
|
||||
|API|Supported Versions|Samples|
|
||||
|---|---|---|
|
||||
[Python](https://aka.ms/onnxruntime-python)| 3.5, 3.6, 3.7<br>[Python Dev Notes](./docs/Python_Dev_Notes.md)| [Samples](./samples#python)|
|
||||
[Python](https://aka.ms/onnxruntime-python)| 3.5, 3.6, 3.7, 3.8 (3.8 excludes Win GPU and Linux ARM)<br>[Python Dev Notes](./docs/Python_Dev_Notes.md)| [Samples](./samples#python)|
|
||||
|[C#](docs/CSharp_API.md)| | [Samples](./samples#C)|
|
||||
|[C++](./include/onnxruntime/core/session/onnxruntime_cxx_api.h)| |[Samples](./samples#CC)|
|
||||
|[C](docs/C_API.md)| | [Samples](./samples#CC)|
|
||||
|
|
|
|||
Loading…
Reference in a new issue