You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by er...@apache.org on 2020/05/17 19:36:36 UTC

[incubator-superset] branch etr2460--test-3.8 created (now a7bae0a)

This is an automated email from the ASF dual-hosted git repository.

erikrit pushed a change to branch etr2460--test-3.8
in repository https://gitbox.apache.org/repos/asf/incubator-superset.git.


      at a7bae0a  build: Add python 3.8 to the build matrix

This branch includes the following new commits:

     new a7bae0a  build: Add python 3.8 to the build matrix

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[incubator-superset] 01/01: build: Add python 3.8 to the build matrix

Posted by er...@apache.org.
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 <er...@airbnb.com>
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