From 29f5b08d0bc05cc9d5450f79f5cec80c0adbdefc Mon Sep 17 00:00:00 2001 From: Hugo Date: Sun, 29 Apr 2018 12:41:10 +0300 Subject: [PATCH 1/2] Drop Python 2.6 support Co-authored-by: Dustin Ingram --- setup.py | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.py b/setup.py index ae337c0..bd9e061 100755 --- a/setup.py +++ b/setup.py @@ -21,7 +21,6 @@ 'License :: OSI Approved :: Apache Software License', 'Operating System :: OS Independent', 'Programming Language :: Python :: 2', - 'Programming Language :: Python :: 2.6', 'Programming Language :: Python :: 2.7', 'Programming Language :: Python :: 3', 'Programming Language :: Python :: 3.3', From 74a09fe1aa31db15501d260749dba12e227f91cb Mon Sep 17 00:00:00 2001 From: Hugo Date: Sun, 29 Apr 2018 12:43:01 +0300 Subject: [PATCH 2/2] Drop EOL Python 3.3, add 3.6 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index bd9e061..6b20a11 100755 --- a/setup.py +++ b/setup.py @@ -23,9 +23,9 @@ 'Programming Language :: Python :: 2', 'Programming Language :: Python :: 2.7', 'Programming Language :: Python :: 3', - 'Programming Language :: Python :: 3.3', 'Programming Language :: Python :: 3.4', 'Programming Language :: Python :: 3.5', + 'Programming Language :: Python :: 3.6', 'Topic :: Software Development :: Libraries', ], keywords='editor library vim emacs',