From 444d69dcffce9aa398433324a38e4caf024133a4 Mon Sep 17 00:00:00 2001 From: CRD716 Date: Sun, 15 Oct 2023 12:01:25 -0500 Subject: [PATCH] add python version req --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 58faaa60..aeb1012f 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ https://github.com/Pythagora-io/gpt-pilot/assets/10895136/0495631b-511e-451b-93d # 🔌 Requirements -- **Python 3** +- **Python <= 3.11** (3.12 is currently not working due to a [dependency issue](https://github.com/psycopg/psycopg2/issues/1628) - **PostgreSQL** (optional, projects default is SQLite) - DB is needed for multiple reasons like continuing app development. If you have to stop at any point or the app crashes, go back to a specific step so that you can change some later steps in development, and easier debugging, in future we will add functionality to update project (change some things in existing project or add new features to the project and so on)...