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.
This commit is contained in:
Aleix Conchillo Flaqué
2025-08-08 14:59:51 -07:00
parent 8ce29ee8f2
commit 50645c1c4f

View File

@@ -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