mirror of
https://github.com/apache/superset.git
synced 2026-04-13 21:24:28 +00:00
build: Add python 3.8 to the build matrix (#9827)
This commit is contained in:
3
.github/workflows/superset-python.yml
vendored
3
.github/workflows/superset-python.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user