diff --git a/.travis.yml b/.travis.yml index b0ec3a61..3ab6479c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,6 +6,7 @@ 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 90910477..b8e2957a 100644 --- a/README.md +++ b/README.md @@ -145,7 +145,7 @@ $ ate testcases_folder_path ## Supported Python Versions -Python `2.7`, `3.3`, `3.4`, `3.5`, and `3.6`. +Python `2.7`, `3.3`, `3.4`, `3.5`, `3.6` and `3.7-dev`. ## To learn more ... diff --git a/setup.py b/setup.py index 721d1f1b..bf7a4aea 100644 --- a/setup.py +++ b/setup.py @@ -38,7 +38,8 @@ setup( 'Programming Language :: Python :: 3.3', 'Programming Language :: Python :: 3.4', 'Programming Language :: Python :: 3.5', - 'Programming Language :: Python :: 3.6' + 'Programming Language :: Python :: 3.6', + 'Programming Language :: Python :: 3.7-dev' ], entry_points={ 'console_scripts': [