From 88461aad40d7c652dc5619c8574d7cfe6a9bd4be Mon Sep 17 00:00:00 2001 From: Patrick Kanzler Date: Mon, 10 Jun 2019 22:11:05 +0200 Subject: [PATCH] drop python 2 from supported languages Python 2 compatibility will not be actively revoked, but will not be worked on. --- setup.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/setup.py b/setup.py index 1f69b4f..a09bc83 100755 --- a/setup.py +++ b/setup.py @@ -65,8 +65,6 @@ setup( '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.4', 'Programming Language :: Python :: 3.5',