From 1d016cf3102107db72fdf86902fe3b2b5bb9f5a5 Mon Sep 17 00:00:00 2001 From: Alberto Sottile Date: Sun, 28 Feb 2021 23:16:23 +0100 Subject: [PATCH] Actions for Windows: build on Python 3.8 --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e0d42ff..f10de49 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -12,7 +12,7 @@ jobs: - name: Setup Python uses: actions/setup-python@v2 with: - python-version: '3.7' + python-version: '3.8' - name: Check Python install run: |