From 26c6fa8b421eb7ef2d7eb3e39e4f85f2ec04e339 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 04:03:39 +0000 Subject: [PATCH] Update dependency python to 3.14 --- .github/workflows/continuous-integration-workflow.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/continuous-integration-workflow.yml b/.github/workflows/continuous-integration-workflow.yml index 79b5d1b06..61e61513d 100644 --- a/.github/workflows/continuous-integration-workflow.yml +++ b/.github/workflows/continuous-integration-workflow.yml @@ -49,7 +49,7 @@ jobs: - name: Set up Python 3.13 🔧 uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0 with: - python-version: 3.13 # guarddog / pygit2 still have issues with 3.14 + python-version: 3.14 # guarddog / pygit2 still have issues with 3.14 - name: Install Python dependencies ⚙️ run: | python -m pip install --upgrade pip setuptools wheel