aboutsummaryrefslogtreecommitdiff
path: root/python/extensions/python.bzl
diff options
context:
space:
mode:
Diffstat (limited to 'python/extensions/python.bzl')
-rw-r--r--python/extensions/python.bzl4
1 files changed, 3 insertions, 1 deletions
diff --git a/python/extensions/python.bzl b/python/extensions/python.bzl
index 2d4032a..2d00726 100644
--- a/python/extensions/python.bzl
+++ b/python/extensions/python.bzl
@@ -250,7 +250,9 @@ A toolchain's repository name uses the format `python_{major}_{minor}`, e.g.
),
"python_version": attr.string(
mandatory = True,
- doc = "The Python version, in `major.minor` format, e.g '3.12', to create a toolchain for.",
+ doc = "The Python version, in `major.minor` format, e.g " +
+ "'3.12', to create a toolchain for. Patch level " +
+ "granularity (e.g. '3.12.1') is not supported.",
),
},
),