gapan / xdgmenumaker

A command line tool that generates XDG menus for several window managers
GNU General Public License v3.0
56 stars 15 forks source link

Drop support for Python 2 #23

Closed pinotree closed 3 years ago

pinotree commented 3 years ago

Python 2 went EOL almost 1 year and half ago, and Python 2 bits are tested less and less. Even more, Python 3 has been available for years before that.

Hence, drop the support for Python 2, and assume Python 3 instead. This series does the minimal work to drop Python 2 support, without looking further into Python 2-isms.