Actions for Windows: build on Python 3.8

This commit is contained in:
Alberto Sottile 2021-02-28 23:16:23 +01:00
parent b9fc24e482
commit 1d016cf310

View File

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