diff options
author | Omer Katz <omer.drow@gmail.com> | 2019-08-29 13:50:01 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-08-29 13:50:01 +0300 |
commit | 1f3fc4bfd4fd51711798186591bf3e3ba5a894be (patch) | |
tree | b86681b9106fb11ab8598b1d34a3ac282ebd2f2a /README.rst | |
parent | 4da9ae0e988bbccefe5c0ad8370812be8cf92f0e (diff) | |
download | oauthlib-1f3fc4bfd4fd51711798186591bf3e3ba5a894be.tar.gz |
Drop Python 3.4 support (#699)
* Drop Python 3.4 support.
* Exclude Python 3.4 as a supported runtime.
* Update contributing.rst
* Update supported Python versions in README file.
Diffstat (limited to 'README.rst')
-rw-r--r-- | README.rst | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,7 +2,7 @@ OAuthLib - Python Framework for OAuth1 & OAuth2 =============================================== *A generic, spec-compliant, thorough implementation of the OAuth request-signing -logic for Python 2.7 and 3.4+.* +logic for Python 2.7 and 3.5+.* .. image:: https://travis-ci.org/oauthlib/oauthlib.svg?branch=master :target: https://travis-ci.org/oauthlib/oauthlib |