ryanwersal / crosswind

Convert between Python 2 and 3 in both directions (fork of lib3to2)
Other
12 stars 1 forks source link

Create build matrix for supported python versions #24

Closed ryanwersal closed 5 years ago

ryanwersal commented 5 years ago

Would be ideal to run all our build checks against Python versions 3.6, 3.7, and the newly released 3.8. We should probably also look at running at least one version on Windows and macOS if not all of them.

ryanwersal commented 5 years ago

Done. I looked at maybe adding 2.6 to the py2verify suite but isort doesn't support 2.6 at all so I'm inclined to stick with supporting only 2.7.