projectfluent / python-fluent

Python implementation of Project Fluent
https://projectfluent.org/python-fluent/
Other
210 stars 26 forks source link

Drop Python 2.7, 3.5 support, add 3.6-3.9 for fluent.syntax #161

Closed Pike closed 3 years ago

Pike commented 3 years ago

This is pretty mechanic, doing Syntax first, as fluent.runtime and fluent.pygments depend on released versions of fluent.syntax.

pyupgrade comes from https://github.com/asottile/pyupgrade.

I did try --py39-plus just for the kicks of it, and that didn't show anything more.

Pike commented 3 years ago

@zbraniecki , this looks good for review to me now. r?

First phase of #162, not adding any closing keywords on this one.

Pike commented 3 years ago

Thanks for the review. I have no permissions on this repo, can you merge this?

zbraniecki commented 3 years ago

I have no permissions on this repo

That's fixed now.