Skip to content

Commit

Permalink
Merge mobolic#318 (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
2 parents 49f141e + dc8aeef commit cfdd24f
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 4 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
2 changes: 1 addition & 1 deletion facebook/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@
# License for the specific language governing permissions and limitations
# under the License.

__version__ = "2.0.0"
__version__ = "3.0.0-alpha"
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 cfdd24f

Please sign in to comment.