projectfluent / python-fluent

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

Drop support for Python 2.7 and 3.5 #162

Closed Pike closed 1 year ago

Pike commented 3 years ago

... and update our testing and compat matrix beyond 3.5, too.

This should be done syntax first, and then the other two.

Pike commented 3 years ago

As we're breaking compat, should we also move from pgkutil-style namespace packages to native ones?

This would be a good time, as we could just generally bump mutual requirements on all three packages. Also for fluent.migration, I guess.

https://packaging.python.org/guides/packaging-namespace-packages/#native-namespace-packages

sandalwoodbox commented 3 years ago

Was this resolved by https://github.com/projectfluent/python-fluent/pull/161 & https://github.com/projectfluent/python-fluent/pull/163?

eemeli commented 1 year ago

As noted above, support for Python < 3.6 has already been dropped.