From 98a243ca8530a14d404c8c20f45ab510b697a713 Mon Sep 17 00:00:00 2001 From: ShaharNaveh <50263213+ShaharNaveh@users.noreply.github.com> Date: Thu, 11 Jun 2026 10:13:07 +0300 Subject: [PATCH 1/2] Bump targeted cpython version to 3.14.6 --- .python-version | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.python-version b/.python-version index a6d9ada03ee..3f0a10fda70 100644 --- a/.python-version +++ b/.python-version @@ -1 +1 @@ -3.14.5 +3.14.6 From dce1b1ecbf7987060db5a1e1793cc71935fe79a1 Mon Sep 17 00:00:00 2001 From: ShaharNaveh <50263213+ShaharNaveh@users.noreply.github.com> Date: Thu, 11 Jun 2026 10:14:10 +0300 Subject: [PATCH 2/2] Adjust `upgrade-pylib.md` --- .github/workflows/upgrade-pylib.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/upgrade-pylib.md b/.github/workflows/upgrade-pylib.md index 058fc067493..ac71f3d7244 100644 --- a/.github/workflows/upgrade-pylib.md +++ b/.github/workflows/upgrade-pylib.md @@ -52,7 +52,7 @@ cache: - cpython-lib- env: - PYTHON_VERSION: "v3.14.4" + PYTHON_VERSION: "v3.14.6" ISSUE_ID: "6839" ---