Respect .python-version in uv venv --preview (#4360)

Adds support for reading Python version files (introduced in #4335) to
`uv venv`. If present, we'll use the file version as the default.
This commit is contained in:
Zanie Blue
2024-06-18 10:21:35 -04:00
committed by GitHub
parent 76c26db444
commit 903dfc2f1f
6 changed files with 125 additions and 12 deletions
+5 -5
View File
@@ -1,6 +1,6 @@
3.8.12
3.8.18
3.9.18
3.10.13
3.11.7
3.12.1
3.11.7
3.10.13
3.9.18
3.8.18
3.8.12