Change Python version to 3.7

This commit is contained in:
Alberto Sottile 2021-02-26 23:04:10 +01:00
parent 1cbe9c2ec8
commit e1c8b4e3b9

View File

@ -12,7 +12,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v2
with:
python-version: '3.8'
python-version: '3.7'
- name: Check Python install
run: |