Skip to content

Commit 9e37a24

Browse files
authored
Merge pull request #40 from livekit-examples/use-recommended-python
use recommended python versions 3.10-3.13
2 parents 0c8a6c8 + 0a0a7d9 commit 9e37a24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)