Deprecate support for Python < 3.6 (#5985)

* Deprecate support for Python < 3.6

This is a first step, beyond this we can:
* remove all from future imports
* remove 'six' lib as a dependency
* start using f-strings
* enjoy ourselves

* fix tox

* Rebasing

* fix
This commit is contained in:
Maxime Beauchemin
2018-10-05 13:44:45 -04:00
committed by GitHub
parent 8fe6f12622
commit 160e47720c
5 changed files with 16 additions and 21 deletions

View File

@@ -4,9 +4,10 @@ Installation & Configuration
Getting Started
---------------
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.
Superset has deprecated support for Python ``2.*`` and supports
only ``~=3.6`` to take advantage of the newer Python features and reduce
the burden of supporting previous versions. We run our test suite
against ``3.6``, but running on ``3.7`` **should** work as well.
Cloud-native!
-------------