typeintandem / tandem

Typing in Tandem. Decentralized, cross-editor, collaborative text-editing!
Apache License 2.0
696 stars 20 forks source link

Add python3 version requirement #130

Closed alexjgriffith closed 6 years ago

alexjgriffith commented 6 years ago

When running python3 ./agent/main.py using Python 3.4 I run into errors with the trailing commas after kwargs that pop up throughout the repo. With python 3.6 it runs fine.

Could you add the minimum version for python and nodejs to the readme?

rageandqq commented 6 years ago

Hi @alexjgriffith, thanks for pointing this out! We're updating the README accordingly.