frescobaldi / python-ly

A Python package and commandline tool to manipulate LilyPond files
https://pypi.org/project/python-ly
137 stars 33 forks source link

Removing Python 2 support #154

Closed jeanas closed 1 year ago

jeanas commented 1 year ago

python-ly still declares Python 2.7 support in setup.py. However, Frescobaldi has long been using Python 3, Python 2.7 is very obsolete at this point, and I don't think anybody is testing it. Time to require Python 3, I guess?

PeterBjuhr commented 1 year ago

I'm not sure how many Python 3 features we actually use, but I agree - it would be good if we could take the step to require Python 3.