diff --git a/.github/workflows/windows-build.yml b/.github/workflows/windows-build.yml index 04c71754..f93d42ba 100644 --- a/.github/workflows/windows-build.yml +++ b/.github/workflows/windows-build.yml @@ -27,7 +27,7 @@ jobs: - uses: actions/setup-python@v5 with: - python-version: '3.8' + python-version: '3.14' architecture: ${{ matrix.arch }} - name: Install Dependencies