From 63a417104f56e0319641113024c31fc6e05c2b24 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 23 Dec 2025 21:42:17 +0000 Subject: [PATCH 1/2] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20python=20to?= =?UTF-8?q?=20v3.14.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/markdown-code-runner.yml | 2 +- .github/workflows/pythonpublish.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/markdown-code-runner.yml b/.github/workflows/markdown-code-runner.yml index bfbd449..db57c5c 100644 --- a/.github/workflows/markdown-code-runner.yml +++ b/.github/workflows/markdown-code-runner.yml @@ -19,7 +19,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v6 with: - python-version: "3.13.7" + python-version: "3.14.2" - name: Install uv uses: astral-sh/setup-uv@v7 diff --git a/.github/workflows/pythonpublish.yml b/.github/workflows/pythonpublish.yml index 63a3be5..a5489b8 100644 --- a/.github/workflows/pythonpublish.yml +++ b/.github/workflows/pythonpublish.yml @@ -17,7 +17,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v6 with: - python-version: '3.13.7' + python-version: '3.14.2' - name: Install dependencies run: | python -m pip install --upgrade pip From c26fd30efa8c67761cacf56ce93f4b667aa151e7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 23 Dec 2025 21:42:46 +0000 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4f512a9..6179382 100644 --- a/README.md +++ b/README.md @@ -266,7 +266,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v6 with: - python-version: "3.13.7" + python-version: "3.14.2" - name: Install uv uses: astral-sh/setup-uv@v7