summaryrefslogtreecommitdiff
path: root/docs/installing.rst
diff options
context:
space:
mode:
authorPradyun Gedam <pradyunsg@gmail.com>2018-07-03 00:52:16 +0530
committerPradyun Gedam <pradyunsg@gmail.com>2018-07-03 01:01:15 +0530
commit26d45a667db927f736a3fec6f1ab70c09f4a7eee (patch)
tree1bd8398b49a1ad64ef8f3d89fe43d1dd7a362577 /docs/installing.rst
parent885e54b09d6cc8b277724ac935cfb6836ba1d0f1 (diff)
downloadpip-26d45a667db927f736a3fec6f1ab70c09f4a7eee.tar.gz
Document and test support for Py3.7
Diffstat (limited to 'docs/installing.rst')
-rw-r--r--docs/installing.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/installing.rst b/docs/installing.rst
index 916c3a3ba..6a103e84f 100644
--- a/docs/installing.rst
+++ b/docs/installing.rst
@@ -107,7 +107,7 @@ On Windows [4]_::
Python and OS Compatibility
---------------------------
-pip works with CPython versions 2.7, 3.4, 3.5, 3.6 and also pypy.
+pip works with CPython versions 2.7, 3.4, 3.5, 3.6, 3.7 and also pypy.
This means pip works on the latest patch version of each of these minor
versions. Previous patch versions are supported on a best effort approach.