Skip to content

Commit

Permalink
Remove support for Python 2.6.
Browse files Browse the repository at this point in the history
  • Loading branch information
martey committed Oct 15, 2016
1 parent 49f141e commit e739a75
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ python:
- "3.4"
- "3.3"
- "2.7"
- "2.6"
install:
- "pip install flake8"
- "pip install ."
Expand Down
4 changes: 4 additions & 0 deletions docs/changes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion docs/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit e739a75

Please sign in to comment.