From 29960a65a5b4368da3be6693173af60ab9caff98 Mon Sep 17 00:00:00 2001 From: Ignas Anikevicius <240938+aignas@users.noreply.github.com> Date: Thu, 20 Nov 2025 16:38:28 +0900 Subject: [PATCH] doc: add documentation to the changelog about the removal of 3.8 Add changelog for #3387 --- CHANGELOG.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d3723c7af..17aa502149 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -55,9 +55,13 @@ END_UNRELEASED_TEMPLATE {#v0-0-0-removed} ### Removed +* (toolchain) Remove all of the python 3.8 toolchain support out of the box. Users need + to pass the `TOOL_VERSIONS` that include 3.8 toolchains or use the `bzlmod` APIs to add + them back. This means any hub `pip.parse` calls that target `3.8` will be ignored from + now on. ([#2704](https://github.com/bazel-contrib/rules_python/issues/2704)) * (toolchain) Remove all of the python 3.9 toolchain versions except for the `3.9.25`. This version has reached EOL and will no longer receive any security fixes, please update to - `3.10` or above. + `3.10` or above. ([#2704](https://github.com/bazel-contrib/rules_python/issues/2704)) {#v0-0-0-changed} ### Changed