ci: bump tests to 3.7 and add support for 3.8 (#10110)

This commit is contained in:
Ville Brofeldt
2020-08-05 13:29:07 +03:00
committed by GitHub
parent 57dc7622b4
commit 3983fff084
4 changed files with 9 additions and 7 deletions

View File

@@ -24,7 +24,8 @@ 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.6``, but ``3.7`` is fully supported as well.
against ``3.7``, with a subset of tests additionally being run against
``3.6`` and ``3.8``.
Cloud-native!
-------------