use recommended python versions 3.10-3.13

some plugins have already dropped support 3.9
we don't yet support 3.14
This commit is contained in:
David Zhao
2025-12-26 17:39:54 -08:00
parent 0c8a6c8608
commit 0a0a7d94dd
+1 -1
View File
@@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
name = "agent-starter-python" name = "agent-starter-python"
version = "1.0.0" version = "1.0.0"
description = "Simple voice AI assistant built with LiveKit Agents for Python" description = "Simple voice AI assistant built with LiveKit Agents for Python"
requires-python = ">=3.9" requires-python = ">=3.10, <3.14"
dependencies = [ dependencies = [
"livekit-agents[silero,turn-detector]~=1.3", "livekit-agents[silero,turn-detector]~=1.3",