From 14ad587c98eef4c0d709ecc5b06aec9ef2d2684a Mon Sep 17 00:00:00 2001 From: Mahmoud Ashraf Date: Thu, 30 Oct 2025 21:11:07 +0300 Subject: [PATCH] Update Python version requirement to 3.10 or greater --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 72dfdc5..46a8399 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ For reference, here's the time and memory usage that are required to transcribe ## Requirements -* Python 3.9 or greater +* Python 3.10 or greater Unlike openai-whisper, FFmpeg does **not** need to be installed on the system. The audio is decoded with the Python library [PyAV](https://github.com/PyAV-Org/PyAV) which bundles the FFmpeg libraries in its package.