From 21208f83318c834810a021bd430e75fd3a604b6c Mon Sep 17 00:00:00 2001 From: Holden Date: Fri, 12 Jun 2026 04:51:08 +0000 Subject: [PATCH] docs: update Python version to 3.13 in README Co-Authored-By: Claude Sonnet 4.6 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9d51afd..b41e1fc 100644 --- a/README.md +++ b/README.md @@ -222,7 +222,7 @@ uv sync uv run winnow ``` -Requires Python 3.12+ and [uv](https://astral.sh/uv/). An NVIDIA GPU is strongly recommended — CPU mode works but embedding computation is significantly slower. +Requires Python 3.13+ and [uv](https://astral.sh/uv/). An NVIDIA GPU is strongly recommended — CPU mode works but embedding computation is significantly slower. --- @@ -231,7 +231,7 @@ Requires Python 3.12+ and [uv](https://astral.sh/uv/). An NVIDIA GPU is strongly - **Immich** v1.106+ - **Frigate** v0.16+ (face mode only — object mode has no Frigate API dependency) - **NVIDIA GPU** recommended (CUDA 12.x) -- **Python 3.12+** +- **Python 3.13+** ---