From 50645c1c4f783761572ae5fe8b0fecda172312ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aleix=20Conchillo=20Flaqu=C3=A9?= Date: Fri, 8 Aug 2025 14:59:51 -0700 Subject: [PATCH] README: recommend python 3.11-3.12 Python 3.11 has significant performance improvements compared to 3.10 which makes Pipecat's asyncio heavy use specially better. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d5cd78cd6..230aafdd6 100644 --- a/README.md +++ b/README.md @@ -114,7 +114,8 @@ You can get started with Pipecat running on your local machine, then move your a ### Prerequisites -**Python Version:** 3.10+ +**Minimum Python Version:** 3.10 +**Recommended Python Version:** 3.11-3.12 ### Setup Steps