From f4743a6c91323d0d95841500716eda2db9acf055 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aleix=20Conchillo=20Flaqu=C3=A9?= Date: Tue, 10 Mar 2026 20:41:05 -0700 Subject: [PATCH] require python >= 3.11 --- README.md | 4 ++-- pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f900ff5d4..5e4217567 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/pyproject.toml b/pyproject.toml index 6c3e9adbe..a020f1940 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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",