From e739a75db2dc08ba028e0788512ec528b6ec5164 Mon Sep 17 00:00:00 2001 From: Martey Dodoo Date: Sat, 15 Oct 2016 18:04:58 -0400 Subject: [PATCH] Remove support for Python 2.6. --- .travis.yml | 1 - docs/changes.rst | 4 ++++ docs/install.rst | 2 +- setup.py | 1 - 4 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index ee2c8bdd..d9f05454 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,6 @@ python: - "3.4" - "3.3" - "2.7" - - "2.6" install: - "pip install flake8" - "pip install ." diff --git a/docs/changes.rst b/docs/changes.rst index 125b538d..2fd6db5b 100644 --- a/docs/changes.rst +++ b/docs/changes.rst @@ -2,6 +2,10 @@ Changelog ========= +Version 3.0.0 (unreleased) +======================== + - Remove support for Python 2.6. + Version 2.0.0 (2016-08-08) ============================== - Add support for Graph API versions 2.6 and 2.7. diff --git a/docs/install.rst b/docs/install.rst index 15ee4bec..0ea8733d 100644 --- a/docs/install.rst +++ b/docs/install.rst @@ -2,7 +2,7 @@ Installation ============ -The SDK currently supports Python 2.6, 2.7, 3.3, 3.4, and 3.5. The `requests`_ +The SDK currently supports Python 2.7, 3.3, 3.4, and 3.5. The `requests`_ package is required. We recommend using `pip`_ and `virtualenv`_ to install the SDK. Please note diff --git a/setup.py b/setup.py index 38543c83..31481b31 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,6 @@ classifiers=[ 'License :: OSI Approved :: Apache Software License', 'Programming Language :: Python', - 'Programming Language :: Python :: 2.6', 'Programming Language :: Python :: 2.7', 'Programming Language :: Python :: 3', 'Programming Language :: Python :: 3.3',