Merge pull request #40 from livekit-examples/use-recommended-python
use recommended python versions 3.10-3.13
This commit is contained in:
+1
-1
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user