Skip to content

Commit b57eba9

Browse files
authored
doc: add documentation to the changelog about the removal of 3.8 (bazel-contrib#3418)
Add changelog for bazel-contrib#3387
1 parent c2ff89f commit b57eba9

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,13 @@ END_UNRELEASED_TEMPLATE
5555

5656
{#v0-0-0-removed}
5757
### Removed
58+
* (toolchain) Remove all of the python 3.8 toolchain support out of the box. Users need
59+
to pass the `TOOL_VERSIONS` that include 3.8 toolchains or use the `bzlmod` APIs to add
60+
them back. This means any hub `pip.parse` calls that target `3.8` will be ignored from
61+
now on. ([#2704](https://github.com/bazel-contrib/rules_python/issues/2704))
5862
* (toolchain) Remove all of the python 3.9 toolchain versions except for the `3.9.25`.
5963
This version has reached EOL and will no longer receive any security fixes, please update to
60-
`3.10` or above.
64+
`3.10` or above. ([#2704](https://github.com/bazel-contrib/rules_python/issues/2704))
6165

6266
{#v0-0-0-changed}
6367
### Changed

0 commit comments

Comments
 (0)