remove Python 3.7-dev temporarily

This commit is contained in:
debugtalk
2017-08-21 10:41:27 +08:00
parent ddb058a8b1
commit e643b5435b
2 changed files with 1 additions and 2 deletions

View File

@@ -6,7 +6,6 @@ python:
- 3.4
- 3.5
- 3.6
- 3.7-dev
install:
- pip install -r requirements_dev.txt
script:

View File

@@ -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.