Closed seisatsu closed 7 years ago
macOS comes with Python 2 but not 3. We'll probably package 3 in the application bundle making its distribution similar to Windows.
Thus, this will only affect Linux distros with old Python versions. Any we care about?
Nope.
Sounds good to me!
Done in 529904f.
There are places in our code where Python 3.5 syntax is used, breaking support for older versions. Should we change the code to accommodate 3.3.3 again, or change the minimum version to 3.5? I think 3.3.3 is pretty old.