From d449bfd3b2f2ee002b841a96c9af59dcdbacc9e7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 20 Nov 2025 19:29:51 +0000 Subject: [PATCH] Update dependency python to v3.14.0 --- .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..a81473b 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.0' architecture: 'x64' cache: 'pip' cache-dependency-path: |