From 45e264b9693718274efc54e3bbd4d756d1ee43a0 Mon Sep 17 00:00:00 2001 From: decentral1se Date: Sun, 17 Nov 2024 16:34:45 +0100 Subject: [PATCH] docs: adjust min python --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 81c06d5..4e36fc2 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # image_upload -Requires Python >= 3.11.x 👍 +Requires Python >= 3.9 👍 * install dependencies: `pip install -r requirements.txt` * create static images folder: `mkdir -p ./static/images`