mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-08-11 12:38:02 +00:00
build: remove .python-version
the current `.python-version` file forces `uv` to setup the development environment with Python 3.10 this causes an error if a dev system does not have Python 3.10, even though the project officially supports newer versions of Python as well since `uv` can use the `pyproject.toml` to determine python versions, we can safely remove this file from the repo and subsequent git tracking Signed-off-by: Nathan Weinberg <nweinber@redhat.com>
This commit is contained in:
parent
43044f29e2
commit
d04395e034
2 changed files with 1 additions and 1 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -22,3 +22,4 @@ pyrightconfig.json
|
|||
venv/
|
||||
pytest-report.xml
|
||||
.coverage
|
||||
.python-version
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
3.10
|
Loading…
Add table
Add a link
Reference in a new issue