yoctoproject / bmaptool

BMAP Tools
GNU General Public License v2.0
27 stars 13 forks source link

Drop "python 2.7" support #9

Closed moto-timo closed 8 months ago

moto-timo commented 8 months ago

The README.md currently claims support for python 2.7. We should drop that statement and make sure there is no support for nor claim for support for the long time sunsetted Python 2. "Python 2 is Dead. Long live Python 2."

moto-timo commented 8 months ago

This will require dropping "Programming Language :: Python :: 2.7", https://github.com/yoctoproject/bmaptool/blob/main/setup.py#L41

But we should drop the setup.py file completely. https://github.com/yoctoproject/bmaptool/issues/9

moto-timo commented 8 months ago

Closed by https://github.com/yoctoproject/bmaptool/pull/10