From b0130fdf942731c155157ce40256e757bbbadcdf Mon Sep 17 00:00:00 2001 From: Jose Diaz-Gonzalez Date: Sat, 24 Mar 2018 15:00:05 -0400 Subject: [PATCH] chore: drop Python 2.6 --- setup.py | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.py b/setup.py index fd0abbb..85e2d5f 100644 --- a/setup.py +++ b/setup.py @@ -37,7 +37,6 @@ setup( 'Development Status :: 5 - Production/Stable', 'Topic :: System :: Archiving :: Backup', 'License :: OSI Approved :: MIT License', - 'Programming Language :: Python :: 2.6', 'Programming Language :: Python :: 2.7', 'Programming Language :: Python :: 3.5', 'Programming Language :: Python :: 3.6',