Remove Python 2.7 for CLI. Reported to not work, I don't have a 2.7 to test. Accidentally included in 872644cbe6.

This commit is contained in:
Jim Miller 2021-05-13 09:39:43 -05:00
parent 872644cbe6
commit d3034dc8df

View file

@ -60,7 +60,6 @@ setup(
# Specify the Python versions you support here. In particular, ensure
# that you indicate whether you support Python 2, Python 3 or both.
# 'Programming Language :: Python :: 2.7',
# Earlier py3 version may work, but I've not tested them.
'Programming Language :: Python :: 3.7',
],