diff --git a/.github/workflows/build-exe.yml b/.github/workflows/build-exe.yml index db64079..6e742aa 100644 --- a/.github/workflows/build-exe.yml +++ b/.github/workflows/build-exe.yml @@ -19,7 +19,7 @@ jobs: - name: Setup Python uses: actions/setup-python@v5 with: - python-version: "3.9" + python-version: "3.13.9" - name: Install dependencies shell: powershell