Skip to content

Commit b97683a

Browse files
committed
pipecat: require Python >=3.11
1 parent 61b94dd commit b97683a

2 files changed

Lines changed: 727 additions & 1187 deletions

File tree

pipecat/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ description = "A real-time debugger for Pipecat"
99
license = "BSD-2-Clause"
1010
license-files = ["LICENSE"]
1111
readme = "README.md"
12-
requires-python = ">=3.10"
12+
requires-python = ">=3.11"
1313
keywords = ["pipecat", "debug", "ai"]
1414
classifiers = [
1515
"Development Status :: 5 - Production/Stable",

0 commit comments

Comments
 (0)