From: Joshua Roesslein Date: Tue, 14 May 2013 18:17:26 +0000 (-0700) Subject: Drop support for Python 2.5. X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=24d97c0350e12dde8e493b3abe519b74efd795b6;p=tweepy.git Drop support for Python 2.5. --- diff --git a/README.md b/README.md index 790c8ca..3bb42ed 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ Github and install it manually: git clone https://github.com/tweepy/tweepy.git python setup.py install -**Note** only Python 2.5 to 2.7 is supported at +**Note** only Python 2.6 and 2.7 is supported at the moment. The Python 3 family is not yet supported. Documentation