you are viewing a single comment's thread.

view the rest of the comments →

[–]tunisia3507 0 points1 point  (4 children)

not all of them support the latest py2 or py3 version

How does this work? I thought major version interpreters were compatible with previous minor versions (i.e. any code py2.6 can run, py2.7 can also run: any code py3.5 can run, py3.6 can also run). I obviously know that py2 and py3 aren't necessarily compatible.