From 23b8e28a35b1d05162da10afd4fe805746439d38 Mon Sep 17 00:00:00 2001 From: Profitroll Date: Fri, 22 Aug 2025 16:43:36 +0300 Subject: [PATCH] Dropped support for Python 3.8 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bdaf223..e4b2d81 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Small and simple API server for saving photos and videos. ## Dependencies -* [Python 3.8+](https://www.python.org) (3.9+ recommended) +* [Python 3.9+](https://www.python.org) (3.11+ recommended) * [MongoDB](https://www.mongodb.com) * [exiftool](https://exiftool.org) * [jpegoptim](https://github.com/tjko/jpegoptim)