From 0c434e8a1b93f6cce27716f7d4b0c76874bfd0f2 Mon Sep 17 00:00:00 2001 From: Marc Bonnici Date: Fri, 19 Jul 2019 16:50:51 +0100 Subject: [PATCH] setup.py: Remove Python2 as a supported version --- setup.py | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.py b/setup.py index 0a78b58..2c30895 100644 --- a/setup.py +++ b/setup.py @@ -101,7 +101,6 @@ params = dict( 'Development Status :: 5 - Production/Stable', 'License :: OSI Approved :: Apache Software License', 'Operating System :: POSIX :: Linux', - 'Programming Language :: Python :: 2.7', 'Programming Language :: Python :: 3', ], )