feat: upgrade docker image to py38 and add support for py39 (#16889)

* feat: upgrade docker image to py38 and add support for py39

* update required tests
This commit is contained in:
Ville Brofeldt
2021-10-05 10:35:14 +02:00
committed by GitHub
parent 9a8911f18c
commit 82601abe17
18 changed files with 30 additions and 27 deletions

View File

@@ -67,7 +67,7 @@ jobs:
if: steps.check.outcome == 'failure'
uses: actions/setup-python@v2
with:
python-version: "3.7"
python-version: "3.8"
- name: OS dependencies
if: steps.check.outcome == 'failure'
uses: ./.github/actions/cached-dependencies