We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 846dfd0 commit 29960a6Copy full SHA for 29960a6
1 file changed
CHANGELOG.md
@@ -55,9 +55,13 @@ END_UNRELEASED_TEMPLATE
55
56
{#v0-0-0-removed}
57
### 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))
62
* (toolchain) Remove all of the python 3.9 toolchain versions except for the `3.9.25`.
63
This version has reached EOL and will no longer receive any security fixes, please update to
- `3.10` or above.
64
+ `3.10` or above. ([#2704](https://github.com/bazel-contrib/rules_python/issues/2704))
65
66
{#v0-0-0-changed}
67
### Changed
0 commit comments