From 1f3fc4bfd4fd51711798186591bf3e3ba5a894be Mon Sep 17 00:00:00 2001 From: Omer Katz Date: Thu, 29 Aug 2019 13:50:01 +0300 Subject: 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. --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.rst') diff --git a/README.rst b/README.rst index 2900ecc..96871b6 100644 --- a/README.rst +++ b/README.rst @@ -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 -- cgit v1.2.1