[docs] suggest using python3.6 in installation docs (#5834)

This commit is contained in:
Maxime Beauchemin
2018-09-10 08:48:03 -07:00
committed by GitHub
parent 299e20a23f
commit 517fea33b6

View File

@@ -4,9 +4,9 @@ Installation & Configuration
Getting Started
---------------
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``.
Superset is currently tested against Python ``2.7`` and Python ``3.6``.
Python 3.6 is preferred. Support for Python ``<=3.6`` is planned to get
phased out.
Cloud-native!
-------------