From 31da53200bec4bcccabd0711d9ceab4a10082685 Mon Sep 17 00:00:00 2001 From: Athanasius Date: Sat, 6 Mar 2021 12:21:46 +0000 Subject: [PATCH] Bump python version in the github windows build workflow --- .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 f040f24b..2efd61cd 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.8.6" + python-version: "3.9.2" architecture: "x86" - name: Install python tools