mistercrunch closed pull request #5834: [docs] suggest using python3.6 in installation docs URL: https://github.com/apache/incubator-superset/pull/5834
This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake of provenance: As this is a foreign pull request (from a fork), the diff is supplied below (as it won't show otherwise due to GitHub magic): diff --git a/docs/installation.rst b/docs/installation.rst index 75293233fb..b573d63b57 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -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! ------------- ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
