Add note about Python compatibility

This commit is contained in:
Marks Polakovs 2021-12-28 13:31:57 +00:00 committed by GitHub
parent eff4990d2b
commit 4a4c716a3d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,11 +10,11 @@ The clientside is written in TypeScript using React and Redux, the serverside is
Client: 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: Server:
* Python >=3.7 * Python 3.7-3.9 (note: Python 3.10 is not supported)
### Installing ### Installing