From 0a0a7d94dd227edafadddfb925190c3e3f2b66d0 Mon Sep 17 00:00:00 2001 From: David Zhao Date: Fri, 26 Dec 2025 17:39:54 -0800 Subject: [PATCH] use recommended python versions 3.10-3.13 some plugins have already dropped support 3.9 we don't yet support 3.14 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3f6a5ab..30104e7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta" name = "agent-starter-python" version = "1.0.0" description = "Simple voice AI assistant built with LiveKit Agents for Python" -requires-python = ">=3.9" +requires-python = ">=3.10, <3.14" dependencies = [ "livekit-agents[silero,turn-detector]~=1.3",