diff --git a/.github/workflows/release_win.yml b/.github/workflows/release_win.yml index a9e22d2..c506172 100644 --- a/.github/workflows/release_win.yml +++ b/.github/workflows/release_win.yml @@ -17,7 +17,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v2 with: - python-version: 3.8 + python-version: 3.9 architecture: ${{ matrix.arch }} - name: Install dependencies and pyinstall run: |