summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Huot <jonathan.huot@thomsonreuters.com>2018-03-19 16:26:38 +0100
committerJonathan Huot <jonathan.huot@thomsonreuters.com>2018-08-10 13:30:48 +0200
commit6f4fbe666de3aaf6f3fca22705262665b4c23173 (patch)
treeb27e9893c13a043ea2df3439da2688b2baba91f0
parent28d95db162aebfbdb6872141c70acf05e7fa2c20 (diff)
downloadoauthlib-6f4fbe666de3aaf6f3fca22705262665b4c23173.tar.gz
Updated python versions
-rw-r--r--docs/contributing.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/contributing.rst b/docs/contributing.rst
index 3c05f45..d3d9a39 100644
--- a/docs/contributing.rst
+++ b/docs/contributing.rst
@@ -127,7 +127,7 @@ request that fails this test suite will be **rejected**.
Testing multiple versions of Python
-----------------------------------
-OAuthLib supports Python 2.6, 2.7, 3.2, 3.3 and experimentally PyPy. Testing
+OAuthLib supports Python 2.7, 3.4, 3.5, 3.6 and PyPy. Testing
all versions conveniently can be done using `Tox`_.
.. sourcecode:: bash