Skip to content

Commit 098a39a

Browse files
committed
clarify changelog
1 parent 9dc561e commit 098a39a

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

CHANGELOG.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -55,11 +55,13 @@ END_UNRELEASED_TEMPLATE
5555
{#v0-0-0-changed}
5656
### Changed
5757

58-
* If using the autodetecting/runtime_env toolchain, then the Python version
59-
specified at build-time *must* match the Python version used at runtime (the
60-
{obj}`--@rules_python//python/config_settings:python_version` flag controls the
61-
build-time version). (Such a misconfiguration was unlikely to work to begin
62-
with; this is called out as an FYI).
58+
* If using the (deprecated) autodetecting/runtime_env toolchain, then the Python
59+
version specified at build-time *must* match the Python version used at
60+
runtime (the {obj}`--@rules_python//python/config_settings:python_version`
61+
flag and the {attr}`python_version` attribute control the build-time version
62+
for a target). If they don't match, dependencies won't be importable. (Such a
63+
misconfiguration was unlikely to work to begin with; this is called out as an
64+
FYI).
6365
* (rules) {obj}`--bootstrap_impl=script` is the default for non-Windows.
6466
* (rules) On Windows, {obj}`--bootstrap_impl=system_python` is forced. This
6567
allows setting `--bootstrap_impl=script` in bazelrc for mixed-platform

0 commit comments

Comments
 (0)