From 0bcf4bee6ebb25de6751c60e53f8a9af2f8dce07 Mon Sep 17 00:00:00 2001 From: deepend Date: Thu, 15 Jan 2026 10:02:24 -0700 Subject: [PATCH] Change to Python 3.14 --- .github/workflows/windows-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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