diff --git a/README.rst b/README.rst index f48e1654..7c21744d 100644 --- a/README.rst +++ b/README.rst @@ -17,8 +17,7 @@ In addition, please leave bug reports as issues on our `Github project 2.7.9 -- Python 3 is not supported +- Python Version > 2.7.9 or > 3.6 Installation --------------- diff --git a/setup.py b/setup.py index a24d6c6e..760ee434 100644 --- a/setup.py +++ b/setup.py @@ -54,6 +54,7 @@ 'Intended Audience :: Developers', 'Intended Audience :: System Administrators', 'Programming Language :: Python :: 2.7', + 'Programming Language :: Python :: 3.6', ], keywords='databricks cli', url='https://github.com/databricks/databricks-cli'