From 0370c4160786b005c10754106076cf136ae447fb Mon Sep 17 00:00:00 2001 From: Niall Grant Date: Wed, 9 Jan 2019 17:07:27 +0000 Subject: [PATCH] Update PyPi classifiers Sceptre is only tested against Python 2.7 and 3.6. Removing Python 2.6 from PyPi Classifiers for this reason. Also, the `importlib` package is used and was only (partially) added in Python 2.7. --- setup.py | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.py b/setup.py index 4fa7fb1..0d78d3f 100755 --- a/setup.py +++ b/setup.py @@ -81,7 +81,6 @@ setup( "Intended Audience :: Developers", "Natural Language :: English", "Environment :: Console", - "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6"