Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ The common issues we run into we try to document here [Troubleshooting Guide](Tr
<br/>

| 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 |
<br/>

## Supported Versions
Expand All @@ -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

Expand Down
Loading