From d3034dc8df48188dd67bff6cb700332b212389bb Mon Sep 17 00:00:00 2001 From: Jim Miller Date: Thu, 13 May 2021 09:39:43 -0500 Subject: [PATCH] Remove Python 2.7 for CLI. Reported to not work, I don't have a 2.7 to test. Accidentally included in 872644cbe6d71d3bf3ef16f8644ffe4bd2d0f706. --- setup.py | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.py b/setup.py index 272e7f94..8a2534eb 100644 --- a/setup.py +++ b/setup.py @@ -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', ],