build: Add python 3.8 to the build matrix (#9827)

This commit is contained in:
Erik Ritter
2020-05-17 14:49:51 -07:00
committed by GitHub
parent 53b58edd6f
commit c7c76c6a99
6 changed files with 14 additions and 11 deletions

View File

@@ -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