From ae3b5f628dd149f20f5502e6bc7e1265b86d2032 Mon Sep 17 00:00:00 2001 From: Jason Wu Date: Tue, 19 Sep 2023 09:59:33 +0800 Subject: docs: specify Python version 3.10 requirement (#723) According to related issues (#720, #871, #823, etc.), the Python version requirement should be specified as 3.10. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bf15f3a6..6a4b566f 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ pip install -U g4f #### Prerequisites: -1. [Download and install Python](https://www.python.org/downloads/) (Version 3.x is recommended). +1. [Download and install Python](https://www.python.org/downloads/) (Version 3.10 is recommended). #### Setting up the project: -- cgit v1.2.3