require python >= 3.11

This commit is contained in:
Aleix Conchillo Flaqué
2026-03-10 20:41:05 -07:00
committed by Mark Backman
parent ba32a48510
commit f4743a6c91
2 changed files with 3 additions and 3 deletions

View File

@@ -149,8 +149,8 @@ You can get started with Pipecat running on your local machine, then move your a
### Prerequisites
**Minimum Python Version:** 3.10
**Recommended Python Version:** 3.12
**Minimum Python Version:** 3.11
**Recommended Python Version:** >= 3.12
### Setup Steps

View File

@@ -9,7 +9,7 @@ description = "An open source framework for voice (and multimodal) assistants"
license = "BSD-2-Clause"
license-files = ["LICENSE"]
readme = "README.md"
requires-python = ">=3.10"
requires-python = ">=3.11"
keywords = ["webrtc", "audio", "video", "ai"]
classifiers = [
"Development Status :: 5 - Production/Stable",