From 1c78ada72fa15cfd90b0ce39c1b3a4dce3307ca7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 7 Oct 2025 16:46:58 +0000 Subject: [PATCH] chore(deps): update dependency python --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c9653b87..69d8af9e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -175,7 +175,7 @@ jobs: - name: "Set up Python" uses: "actions/setup-python@v5" with: - python-version: "3.9" + python-version: "3.14" - name: "Install Python Packages" run: "pip install poetry" - name: "Set env" @@ -221,7 +221,7 @@ jobs: - name: "Set up Python" uses: "actions/setup-python@v5" with: - python-version: "3.9" + python-version: "3.14" - name: "Install Python Packages" run: "pip install poetry" - name: "Set env"