From 61b2a663a3892f92ddd93af4f3e292d2f84da304 Mon Sep 17 00:00:00 2001 From: Faith Xu Date: Wed, 12 Aug 2020 23:48:23 -0700 Subject: [PATCH] Update Python version support (#4778) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3f5b4868c2..bf844b88da 100644 --- a/README.md +++ b/README.md @@ -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
[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)
[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)|