chore: deprecate python 3.6 support (#10803)

This commit is contained in:
Ville Brofeldt
2020-09-09 08:51:55 +03:00
committed by GitHub
parent 50672bb11b
commit 9a6697141d
11 changed files with 17 additions and 22 deletions

View File

@@ -21,11 +21,10 @@ Installation & Configuration
Getting Started
---------------
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.7``, with a subset of tests additionally being run against
``3.6`` and ``3.8``.
Superset supports Python versions ``>3.7`` to take advantage of the
newer Python features and reduce the burden of supporting previous versions.
We run our test suite against ``3.7``, with a subset of tests additionally
also being run against ``3.8``.
Cloud-native!
-------------