From 7be376c2fd8c74a90917ac600cad87c88c115646 Mon Sep 17 00:00:00 2001 From: Your Name Date: Wed, 27 Aug 2025 23:16:07 +0300 Subject: [PATCH] Update Python version in Windows build workflow Bumps the PYTHON_VERSION from 3.13.5 to 3.13.6 in the GitHub Actions workflow for building on Windows. --- .github/workflows/build-windows.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-windows.yml b/.github/workflows/build-windows.yml index 88b1f06..19fba43 100644 --- a/.github/workflows/build-windows.yml +++ b/.github/workflows/build-windows.yml @@ -9,7 +9,7 @@ permissions: contents: write env: - PYTHON_VERSION: '3.13.5' + PYTHON_VERSION: '3.13.6' jobs: build-windows: