From cb2d4810adf505752cbec7d3b15af9d258cb5d4f Mon Sep 17 00:00:00 2001 From: Srikanth Pagadarai Date: Wed, 29 Jan 2025 08:51:28 -0600 Subject: [PATCH] Update test-win.yml --- .github/workflows/test-win.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/test-win.yml b/.github/workflows/test-win.yml index d1417ef..b039650 100644 --- a/.github/workflows/test-win.yml +++ b/.github/workflows/test-win.yml @@ -8,10 +8,10 @@ jobs: steps: - uses: actions/checkout@v4 - - name: Set up Python 3.7 + - name: Set up Python 3.10 uses: actions/setup-python@v4 with: - python-version: 3.7 + python-version: "3.10" - name: Install dependencies run: | @@ -64,10 +64,10 @@ jobs: steps: - uses: actions/checkout@v4 - - name: Set up Python 3.7 + - name: Set up Python 3.10 uses: actions/setup-python@v4 with: - python-version: 3.7 + python-version: "3.10" - name: Install dependencies run: | @@ -132,4 +132,4 @@ jobs: automatic_release_tag: "latest" prerelease: true title: "Latest Development Build" - files: win_build \ No newline at end of file + files: win_build