mirror of
https://github.com/apache/superset.git
synced 2026-04-12 20:57:55 +00:00
chore: deprecate python 3.6 support (#10803)
This commit is contained in:
3
.github/workflows/superset-python.yml
vendored
3
.github/workflows/superset-python.yml
vendored
@@ -213,8 +213,7 @@ jobs:
|
||||
runs-on: ubuntu-18.04
|
||||
strategy:
|
||||
matrix:
|
||||
# run unit tests in multiple version just for fun
|
||||
python-version: [3.6, 3.7, 3.8]
|
||||
python-version: [3.7, 3.8]
|
||||
env:
|
||||
PYTHONPATH: ${{ github.workspace }}
|
||||
SUPERSET_CONFIG: tests.superset_test_config
|
||||
|
||||
Reference in New Issue
Block a user