From 36169b0e7708f3d5509341b8ac721d6263c45d8c Mon Sep 17 00:00:00 2001 From: Kostiantyn Kuleshov Date: Sun, 11 Jun 2023 12:28:32 +0300 Subject: [PATCH] Python min version is now 3.8 Due to a bump of ujson to 5.8.0, version of Python supported is risen to 3.8 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d0e5f1a..e8c785d 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Small and simple API server for saving photos and videos. ## Dependencies -* [Python 3.7+](https://www.python.org) (3.9+ recommended) +* [Python 3.8+](https://www.python.org) (3.9+ recommended) * [MongoDB](https://www.mongodb.com) * [exiftool](https://exiftool.org) * [jpegoptim](https://github.com/tjko/jpegoptim)