From 0c3b76c667c0979c1280726019442e5e0b4bd12b Mon Sep 17 00:00:00 2001 From: Badal Singh Date: Sat, 30 Nov 2024 11:40:08 -0800 Subject: [PATCH] Update README.md Note about minimum python version required. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index bd7df95..b0e26dd 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,8 @@ You can install just the base `aisuite` package, or install a provider's package This installs just the base package without installing any provider's SDK. +Minimum version of python required is 3.12, doesn't work with 3.9 + ```shell pip install aisuite ```