python-fire icon indicating copy to clipboard operation
python-fire copied to clipboard

drop support for Py2 and Py3.4

Open Borda opened this issue 1 year ago • 6 comments

I am trying to address https://github.com/google/python-fire/issues/420#issuecomment-1989323528 cc: @hugovk if you would be so kind (as always you have been) and may help me, check I missed :rabbit:

Borda avatar Mar 12 '24 10:03 Borda

Why choose 3.5 as the lower bound? 3.8 is the lowest supported: https://devguide.python.org/versions/

hugovk avatar Mar 12 '24 11:03 hugovk

Why choose 3.5 as the lower bound? 3.8 is the lowest supported: devguide.python.org/versions

O wpul;d do it too, but following setup.py which classifies support for 3.5, so we can do the additional bump in other/following PR if @dbieber agrees :flamingo:

Borda avatar Mar 12 '24 11:03 Borda

The Great Six Cleanser are watching you https://wiki.debian.org/Python3-six-removal :-)

a-detiste avatar Mar 26 '24 22:03 a-detiste

cc: @dbieber

Borda avatar Jul 14 '24 14:07 Borda

Thanks for putting this together. I'm going to try to get the Python 2 specific stuff out of the codebase now (airplane wifi permitting!). I'm likely going to treat the console code separately though since it's third_party code.

dbieber avatar Sep 20 '24 00:09 dbieber

Thanks for putting this together. I'm going to try to get the Python 2 specific stuff out of the codebase now (airplane wifi permitting!). I'm likely going to treat the console code separately though since its third_party code.

sure, @dbieber so shall I continue with it?

Borda avatar Sep 20 '24 14:09 Borda