update python3 version for testing to 3.6 (#5562)

* update python version for testing to 3.6

* CONTRIBUTING.md states pull requests should work on py27, py36+

* CONTRIBUTING.md states pull requests should work on py27 and py36
This commit is contained in:
Octavian
2018-08-07 22:22:19 +02:00
committed by John Bodley
parent ad469c72ad
commit 39ff9deb57
3 changed files with 6 additions and 6 deletions

View File

@@ -4,7 +4,7 @@ Installation & Configuration
Getting Started
---------------
Superset is tested against Python ``2.7`` and Python ``3.4``.
Superset is tested against Python ``2.7`` and Python ``3.6``.
Airbnb currently uses 2.7.* in production. We do not plan on supporting
Python ``2.6``.