ci: bump tests to 3.7 and add support for 3.8 (#10110)

This commit is contained in:
Ville Brofeldt
2020-08-05 13:29:07 +03:00
committed by GitHub
parent 57dc7622b4
commit 3983fff084
4 changed files with 9 additions and 7 deletions

View File

@@ -36,7 +36,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v2.1.1
with:
python-version: '3.6'
python-version: '3.7'
- name: Install dependencies
uses: apache-superset/cached-dependencies@b90713b
with: