summaryrefslogtreecommitdiff
path: root/docs/installing.rst
diff options
context:
space:
mode:
authorDonald Stufft <donald@stufft.io>2018-05-17 13:34:48 -0400
committerDonald Stufft <donald@stufft.io>2018-05-17 13:34:48 -0400
commit90b3db476fa3723dd63d51b1d9ea3178addecc69 (patch)
treed1a327e657e4b4f477a05261f8d7f241d12520b1 /docs/installing.rst
parent70253c21a6e9ac490a468c2e95867b16e87ff4e0 (diff)
downloadpip-90b3db476fa3723dd63d51b1d9ea3178addecc69.tar.gz
Drop support for Python 3.3
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 8b1be94a0..3d45a3809 100644
--- a/docs/installing.rst
+++ b/docs/installing.rst
@@ -102,7 +102,7 @@ On Windows [4]_::
Python and OS Compatibility
---------------------------
-pip works with CPython versions 2.7, 3.3, 3.4, 3.5, 3.6 and also pypy.
+pip works with CPython versions 2.7, 3.4, 3.5, 3.6 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.