diff --git a/.github/workflows/windows-build.yml b/.github/workflows/windows-build.yml index 8cc9297c..5bcbc7a9 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.9.4" + python-version: "3.9.5" architecture: "x86" - name: Install python tools