berkerpeksag / astor

Python AST read/write
https://pypi.org/project/astor/
BSD 3-Clause "New" or "Revised" License
793 stars 101 forks source link

Dropping Python 2 Support #179

Open isidentical opened 4 years ago

isidentical commented 4 years ago

Is there any plan to drop python 2 support, and refactor some parts with assuming only 3.5+ usage (or better, 3.6+)

berkerpeksag commented 4 years ago

I think we can start supporting Python 3.6+ after one more bugfix release. We can also skip 0.9 and bump to 1.0 (that would also mean dropping all of the deprecated APIs)

isidentical commented 4 years ago

That'd make sense. Please let me know if there is anything I could do, (by the way if you need any help maintaing this library, it would be an amazing experience for me to collaborate with you).

hugovk commented 3 years ago

Is there a timetable for that last bugfix release before dropping EOL versions?