From 7e094df6c4e8d66ebc03f47de77db04e0f1acaff Mon Sep 17 00:00:00 2001 From: Athanasius Date: Tue, 8 Dec 2020 17:02:58 +0000 Subject: [PATCH] Switch to Python 3.8.6 for windows builds on GitHub --- .github/workflows/windows-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/windows-build.yml b/.github/workflows/windows-build.yml index bd695779..f040f24b 100644 --- a/.github/workflows/windows-build.yml +++ b/.github/workflows/windows-build.yml @@ -19,7 +19,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-python@v2 with: - python-version: "3.7.9" + python-version: "3.8.6" architecture: "x86" - name: Install python tools