From e643b5435bd953cd16512d5be16797e36c6ea734 Mon Sep 17 00:00:00 2001 From: debugtalk Date: Mon, 21 Aug 2017 10:41:27 +0800 Subject: [PATCH] remove Python 3.7-dev temporarily --- .travis.yml | 1 - README.md | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 3ab6479c..b0ec3a61 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,7 +6,6 @@ python: - 3.4 - 3.5 - 3.6 - - 3.7-dev install: - pip install -r requirements_dev.txt script: diff --git a/README.md b/README.md index aa15f9b4..0e87c3c1 100644 --- a/README.md +++ b/README.md @@ -238,7 +238,7 @@ Enjoy! ## Supported Python Versions -Python `2.7`, `3.3`, `3.4`, `3.5`, `3.6` and `3.7-dev`. +Python `2.7`, `3.3`, `3.4`, `3.5` and `3.6`. `ApiTestEngine` has been tested on `macOS`, `Linux` and `Windows` platforms.