chore: bump min python version in docs and tests

the minimum python version for the project was bumped
to 3.12 a couple months ago, but there remains some
artifacts in the repo suggesting we support >=3.10

Signed-off-by: Nathan Weinberg <nweinber@redhat.com>
This commit is contained in:
Nathan Weinberg 2025-08-12 10:29:41 +01:00 committed by Nathan Weinberg
parent 19123ca957
commit 0a4dc08c80
4 changed files with 5 additions and 5 deletions

View file

@ -226,7 +226,7 @@ uv init
name = "llama-stack-provider-ollama"
version = "0.1.0"
description = "Ollama provider for Llama Stack"
requires-python = ">=3.10"
requires-python = ">=3.12"
dependencies = ["llama-stack", "pydantic", "ollama", "aiohttp"]
```