From 8b10c49ed4e2b80f26e681227f6bcc980407ea97 Mon Sep 17 00:00:00 2001 From: Stephen Horvath Date: Thu, 25 Dec 2025 20:15:14 +1000 Subject: [PATCH] Update Python on Windows CI --- .github/workflows/pyinstaller-windows.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pyinstaller-windows.yml b/.github/workflows/pyinstaller-windows.yml index 8c26934..e5a4ab5 100644 --- a/.github/workflows/pyinstaller-windows.yml +++ b/.github/workflows/pyinstaller-windows.yml @@ -11,7 +11,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-python@v5 with: - python-version: '3.13' + python-version: '3.14' cache: 'pip' - name: Cache GTK4