From 827be56a084d0cb41e84881ec3549909c705a734 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Holger=20M=C3=BCller?= Date: Tue, 29 Jun 2021 20:30:04 +0200 Subject: [PATCH] use python3.9 for windows build pipeline --- .github/workflows/release_win.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: |