Skip to content

Commit 0a0a7d9

Browse files
committed
use recommended python versions 3.10-3.13
some plugins have already dropped support 3.9 we don't yet support 3.14
1 parent 0c8a6c8 commit 0a0a7d9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
66
name = "agent-starter-python"
77
version = "1.0.0"
88
description = "Simple voice AI assistant built with LiveKit Agents for Python"
9-
requires-python = ">=3.9"
9+
requires-python = ">=3.10, <3.14"
1010

1111
dependencies = [
1212
"livekit-agents[silero,turn-detector]~=1.3",

0 commit comments

Comments
 (0)