From 4a4c716a3d4c4f05292c7e91fd8f2d388f89a8e4 Mon Sep 17 00:00:00 2001 From: Marks Polakovs Date: Tue, 28 Dec 2021 13:31:57 +0000 Subject: [PATCH] Add note about Python compatibility --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a12f521..f88870f 100644 --- a/README.md +++ b/README.md @@ -10,11 +10,11 @@ The clientside is written in TypeScript using React and Redux, the serverside is Client: - * Node.js and Yarn (Yarn 1, 2 isn't supported very well by webpack/typescript/anything really) + * Node.js and Yarn 1.x Server: -* Python >=3.7 +* Python 3.7-3.9 (note: Python 3.10 is not supported) ### Installing