Closed
Description
Request
This is unrelated to any issues I've encountered.
As Python 2.7 hit EOL last week, are there plans to remove support for Python 2.7 (as well as any lingering support for Python 3.x < 3.5) since it is no longer maintained?
Handy chart of which Python versions are being supported
It would help clean up a bit of the code and remove six
as a dependency.
Unrelated question - is there a style guide for the Python templates?
Ideal Solution
Support for Python < 3.5 is dropped (at least for the main Python generator) by updating the Python templates. I'm happy to help with this.