File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -911,6 +911,16 @@ The items in this list can contain a single `*` character that is equivalent to
911911We select a single wheel and the last match will take precedence.
912912:::
913913
914+ :::{note}
915+ The following tag prefixes should be used instead of the legacy equivalents:
916+ * `manylinux_2_5` instead of `manylinux1`
917+ * `manylinux_2_12` instead of `manylinux2010`
918+ * `manylinux_2_17` instead of `manylinux2014`
919+
920+ When parsing the whl filenames `rules_python` will automatically transform wheel filenames to the
921+ latest format.
922+ :::
923+
914924:::{seealso}
915925See official [docs](https://packaging.python.org/en/latest/specifications/platform-compatibility-tags/#platform-tag) for more information.
916926:::
You can’t perform that action at this time.
0 commit comments