beeware / batavia

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

Remove Support for Python 3.4 #805

Closed danyeaw closed 5 years ago

danyeaw commented 5 years ago

This is the first PR that splits up changes from #772 so that we can merge smaller sets of changes until Python 3.7 is fully supported. Since Python 3.4 is end of life, this PR drops supports for this version of Python.

PR Checklist: