From 6c3ef4d6aa78a8bef3098fdb835676d97a71fb1d Mon Sep 17 00:00:00 2001 From: R Chintan Meher Date: Wed, 16 Jul 2025 08:59:04 +0530 Subject: [PATCH 1/2] Fix table README.md Signed-off-by: R Chintan Meher --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e263405cb..13b7342d4 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ The common issues we run into we try to document here [Troubleshooting Guide](Tr
| Build Type | OS | Python | TensorFlow | ONNX opset | -| --- | --- | --- | --- | --- | --- | +| --- | - | --- | --- | --- | | Unit Test - Basic | Linux, Windows | 3.7-3.10 | 1.15, 2.9-2.15 | 14-18 | | Unit Test - Full | Linux, Windows | 3.7-3.10 | 1.15, 2.9-2.15 | 14-18 |
From 776edef93ad6d3bf046e0938a73a88e912695621 Mon Sep 17 00:00:00 2001 From: R Chintan Meher Date: Wed, 16 Jul 2025 09:02:48 +0530 Subject: [PATCH 2/2] Update Python Versions in README Signed-off-by: R Chintan Meher --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 13b7342d4..776b8e8f0 100644 --- a/README.md +++ b/README.md @@ -21,8 +21,8 @@ The common issues we run into we try to document here [Troubleshooting Guide](Tr | Build Type | OS | Python | TensorFlow | ONNX opset | | --- | - | --- | --- | --- | -| Unit Test - Basic | Linux, Windows | 3.7-3.10 | 1.15, 2.9-2.15 | 14-18 | -| Unit Test - Full | Linux, Windows | 3.7-3.10 | 1.15, 2.9-2.15 | 14-18 | +| Unit Test - Basic | Linux, Windows | 3.7-3.12 | 1.15, 2.9-2.15 | 14-18 | +| Unit Test - Full | Linux, Windows | 3.7-3.12 | 1.15, 2.9-2.15 | 14-18 |
## Supported Versions @@ -46,7 +46,7 @@ You can install tf2onnx on top of tf-1.x or tf-2.x. ### Python -We support Python ```3.7-3.10```. +We support Python ```3.7-3.12```. ## Prerequisites