From 94c9aadf299d1c84af766b5d42c9d28438ae9c43 Mon Sep 17 00:00:00 2001 From: Peter Nardi Date: Tue, 9 Aug 2022 14:08:42 -0400 Subject: [PATCH] Cleanup Python 2 references in setup.py Python 2 support was removed in v1.7.0 --- setup.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/setup.py b/setup.py index 9f44c210..caa639bf 100755 --- a/setup.py +++ b/setup.py @@ -40,8 +40,6 @@ def version(): 'License :: OSI Approved :: MIT License', 'Operating System :: OS Independent', 'Programming Language :: Python', - 'Programming Language :: Python :: 2', - 'Programming Language :: Python :: 2.7', 'Programming Language :: Python :: 3', 'Programming Language :: Python :: 3.6', 'Programming Language :: Python :: 3.7',