Skip to content
This repository has been archived by the owner on Oct 13, 2021. It is now read-only.

Commit

Permalink
Update README.md to reflect python 3.7 testing (#79)
Browse files Browse the repository at this point in the history
  • Loading branch information
vinitra authored May 8, 2019
1 parent e286de8 commit b8258ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Initially, the Keras converter was developed in the project [onnxmltools](https:

keras2onnx converter supports not only all keras built-in layers, but also the lambda/custom layer by working with the [tf2onnx](https://github.com/onnx/tensorflow-onnx) converter which is embedded into the source tree directly now to avoid version conflicts and installation complexity.

keras2onnx has been tested on **Python 3.5 and 3.6** (CI build). It does not support **Python 2.x**.
keras2onnx has been tested on **Python 3.5, 3.6, and 3.7** (CI build). It does not support **Python 2.x**.

# Notes

Expand Down

0 comments on commit b8258ef

Please sign in to comment.