beeware / batavia

A JavaScript implementation of the Python virtual machine.
http://pybee.org/batavia
Other
1.39k stars 424 forks source link

Add Initial Support for Python 3.7 and 3.8, Remove Support for 3.4 #772

Closed danyeaw closed 5 years ago

danyeaw commented 5 years ago

Adds initial support for Python 3.7 and 3.8:

Thanks to @freakboy3742 and @dgelessus for their help and support on gitter as I start to get my feet wet :heart:

PR Checklist:

danyeaw commented 5 years ago

version.later and version.earlier are confusing.

This is doing version is later than 3.5.nothing, so all 3.5.0 and forward are later than that.

Thanks forgot about that :+1: