File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments