This is an automated email from the ASF dual-hosted git repository. erikrit pushed a commit to branch etr2460--test-3.8 in repository https://gitbox.apache.org/repos/asf/incubator-superset.git
commit a7bae0af20848d026a7cf47efdbaf74fb9c0674c Author: Erik Ritter <[email protected]> AuthorDate: Sun May 17 12:36:19 2020 -0700 build: Add python 3.8 to the build matrix --- .github/workflows/superset-python.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/superset-python.yml b/.github/workflows/superset-python.yml index d3f61b1..aef60f8 100644 --- a/.github/workflows/superset-python.yml +++ b/.github/workflows/superset-python.yml @@ -76,8 +76,7 @@ jobs: strategy: matrix: # run unit tests in multiple version just for fun - # (3.8 is not supported yet, some dependencies need an update) - python-version: [3.6, 3.7] + python-version: [3.6, 3.7, 3.8] env: PYTHONPATH: ${{ github.workspace }} SUPERSET_CONFIG: tests.superset_test_config
