From b8258efa4dbeba8ab6bfbf05649fcba02b7ba6fb Mon Sep 17 00:00:00 2001 From: Vinitra Swamy Date: Tue, 7 May 2019 17:46:19 -0700 Subject: [PATCH] Update README.md to reflect python 3.7 testing (#79) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1ad83879..97b90163 100644 --- a/README.md +++ b/README.md @@ -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