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 2915c86 commit bf8f821Copy full SHA for bf8f821
src/mxmake/tests/expected/Makefile
@@ -55,6 +55,13 @@ PYTHON_MIN_VERSION?=3.9
55
# Default: pip
56
PYTHON_PACKAGE_INSTALLER?=pip
57
58
+# Python version for UV to install/use when creating virtual
59
+# environments with global UV. Passed to `uv venv -p VALUE`. Supports version
60
+# specs like `3.11`, `3.14`, `[email protected]`. Defaults to PRIMARY_PYTHON value
61
+# for backward compatibility.
62
+# No default value.
63
+UV_PYTHON?=
64
+
65
# Flag whether to use virtual environment. If `false`, the
66
# interpreter according to `PRIMARY_PYTHON` found in `PATH` is used.
67
# Default: true
0 commit comments