build: hint on Python version for uv venv (#1172)

# What does this PR do?

Whenever uv is instantiated and creates a virtual environment, it will
use the minimal Python interpreter version supported by the project
which is 3.10.

Closes: https://github.com/meta-llama/llama-stack/issues/1170
Signed-off-by: Sébastien Han <seb@redhat.com>

Signed-off-by: Sébastien Han <seb@redhat.com>
This commit is contained in:
Sébastien Han 2025-02-25 16:37:45 +01:00 committed by GitHub
parent 30f79fafcb
commit 1bd080c23d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

1
.python-version Normal file
View file

@ -0,0 +1 @@
3.10