From d939a0fb62bea956de77f18789b3cee02c8bef3f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 15 Apr 2026 15:07:52 +0000 Subject: [PATCH] Update dependency python to v3.14.4 --- .github/workflows/main.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index c5ef564..5408b6e 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -14,7 +14,7 @@ jobs: - name: Setup Python uses: actions/setup-python@v6 with: - python-version: '3.13.9' + python-version: '3.14.4' architecture: 'x64' cache: 'pip' cache-dependency-path: |