From 9a04b7fbeb59dab50eba8f7ebf4fc09cf57c71f5 Mon Sep 17 00:00:00 2001 From: Zanie Blue Date: Thu, 7 Nov 2024 15:49:14 -0600 Subject: [PATCH] Add project boundary note (#8900) --- docs/concepts/python-versions.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/concepts/python-versions.md b/docs/concepts/python-versions.md index 59bfba36c..4c74608c6 100644 --- a/docs/concepts/python-versions.md +++ b/docs/concepts/python-versions.md @@ -60,6 +60,8 @@ A `.python-version` file can be created in the current directory with the `uv py Discovery of `.python-version` files can be disabled with `--no-config`. +uv will not search for `.python-version` files beyond project or workspace boundaries. + ## Installing a Python version uv bundles a list of downloadable CPython and PyPy distributions for macOS, Linux, and Windows.