File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -69,12 +69,12 @@ A brief description of the categories of changes:
69
69
settings to match on minor Python version. These settings match any ` X.Y `
70
70
version instead of just an exact ` X.Y.Z ` version.
71
71
72
- * * EXPERIMENTAL * (whl_library) The whl_library now can parse the ` whl `
73
- ` METADATA ` correctly irrespectively of the python interpreter version used to
74
- run the tool. This means that for wheel-only setups people can use the system
75
- interpreter when creating the external code repositories. In the future the
76
- code can be modified to add select statements on the python version in the
77
- version aware toolchains .
72
+ * (whl_library) * experimental_target_platforms * now supports specifying the
73
+ Python version explicitly and the output ` BUILD.bazel ` file will be correct
74
+ irrespective of the python interpreter that is generating the file and
75
+ extracting the ` whl ` distribution. This could help wheel-only setups where
76
+ the host Python interpreter can be used to extract all of the wheels for
77
+ the target platforms .
78
78
79
79
## [ 0.28.0] - 2024-01-07
80
80
You can’t perform that action at this time.
0 commit comments