Skip to content

Commit 6dd9d85

Browse files
committed
bump minimum python version to 3.10
When running with 3.9, I get the following: ``` ❯ uv sync Using CPython 3.9.6 interpreter at: /Applications/Xcode.app/Contents/Developer/usr/bin/python3 Creating virtual environment at: .venv Resolved 103 packages in 28.53s error: Distribution `onnxruntime==1.20.1 @ registry+https://pypi.org/simple` can't be installed because it doesn't have a source distribution or wheel for the current platform hint: You're using CPython 3.9 (`cp39`), but `onnxruntime` (v1.20.1) only has wheels with the following Python implementation tags: `cp310`, `cp311`, `cp312`, `cp313` ```
1 parent 3121b12 commit 6dd9d85

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"
1010

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

0 commit comments

Comments
 (0)