From ea5816b6ac4e3f966d5f9de7f60070373ba5fc3a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 23 Oct 2025 03:23:34 +0000 Subject: [PATCH] Update dependency python to 3.14 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d380323..6874e67 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -51,7 +51,7 @@ jobs: - uses: actions/setup-python@v6 name: Setup Python 3.9 with: - python-version: 3.9 + python-version: 3.14 - name: Install Python dependencies run: |