From 4eada5ff107bc8d6e5c039e20cef695202430f3f Mon Sep 17 00:00:00 2001 From: David Lopes Date: Tue, 31 Oct 2023 12:53:21 -0500 Subject: [PATCH] Update setup.py --- setup.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/setup.py b/setup.py index bc301e7..32d3b82 100644 --- a/setup.py +++ b/setup.py @@ -20,11 +20,7 @@ "License :: OSI Approved", "License :: OSI Approved :: Apache Software License", # 2.0 "Programming Language :: Python", - "Programming Language :: Python :: 2", - "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", - "Programming Language :: Python :: 3.4", - "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: Implementation :: CPython", "Operating System :: POSIX :: Linux",