mirror of
https://github.com/apache/superset.git
synced 2026-04-19 16:14:52 +00:00
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:
committed by
GitHub
parent
8fe6f12622
commit
160e47720c
@@ -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!
|
||||
-------------
|
||||
|
||||
Reference in New Issue
Block a user