summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorPradyun Gedam <pradyunsg@users.noreply.github.com>2020-11-30 20:56:41 +0000
committerPradyun Gedam <pradyunsg@users.noreply.github.com>2020-12-19 19:55:04 +0000
commit0befae128a5da8f6d400b83d6df1c05533f0f31e (patch)
tree6967a34cf636d728ef50935a0b8b00837d61567d /docs
parentb2bcb2611ddbc3f51580cbb4be87b3275926e127 (diff)
downloadpip-0befae128a5da8f6d400b83d6df1c05533f0f31e.tar.gz
Drop CI info about Python 2.7/3.5
Diffstat (limited to 'docs')
-rw-r--r--docs/html/development/ci.rst38
-rw-r--r--docs/html/installing.rst2
2 files changed, 1 insertions, 39 deletions
diff --git a/docs/html/development/ci.rst b/docs/html/development/ci.rst
index 5befb316a..5c33231b1 100644
--- a/docs/html/development/ci.rst
+++ b/docs/html/development/ci.rst
@@ -17,12 +17,9 @@ Supported interpreters
pip support a variety of Python interpreters:
-- CPython 2.7
-- CPython 3.5
- CPython 3.6
- CPython 3.7
- CPython 3.8
-- Latest PyPy
- Latest PyPy3
on different operating systems:
@@ -95,9 +92,6 @@ Actual testing
+------------------------------+---------------+-----------------+
| **interpreter** | **unit** | **integration** |
+-----------+----------+-------+---------------+-----------------+
-| | | CP2.7 | Azure | Azure |
-| | +-------+---------------+-----------------+
-| | | CP3.5 | Azure | |
| | +-------+---------------+-----------------+
| | | CP3.6 | Azure | |
| | +-------+---------------+-----------------+
@@ -105,77 +99,45 @@ Actual testing
| | +-------+---------------+-----------------+
| | | CP3.8 | Azure | |
| | +-------+---------------+-----------------+
-| | | PyPy | | |
-| | +-------+---------------+-----------------+
| | | PyPy3 | | |
| Windows +----------+-------+---------------+-----------------+
-| | | CP2.7 | Azure | Azure |
-| | +-------+---------------+-----------------+
-| | | CP3.5 | Azure | Azure |
-| | +-------+---------------+-----------------+
| | | CP3.6 | Azure | |
| | +-------+---------------+-----------------+
| | x64 | CP3.7 | Azure | |
| | +-------+---------------+-----------------+
| | | CP3.8 | Azure | Azure |
| | +-------+---------------+-----------------+
-| | | PyPy | | |
-| | +-------+---------------+-----------------+
| | | PyPy3 | | |
+-----------+----------+-------+---------------+-----------------+
-| | | CP2.7 | | |
-| | +-------+---------------+-----------------+
-| | | CP3.5 | | |
-| | +-------+---------------+-----------------+
| | | CP3.6 | | |
| | +-------+---------------+-----------------+
| | x86 | CP3.7 | | |
| | +-------+---------------+-----------------+
| | | CP3.8 | | |
| | +-------+---------------+-----------------+
-| | | PyPy | | |
-| | +-------+---------------+-----------------+
| | | PyPy3 | | |
| Linux +----------+-------+---------------+-----------------+
-| | | CP2.7 | Azure | Azure |
-| | +-------+---------------+-----------------+
-| | | CP3.5 | Azure | Azure |
-| | +-------+---------------+-----------------+
| | | CP3.6 | Azure | Azure |
| | +-------+---------------+-----------------+
| | x64 | CP3.7 | Azure | Azure |
| | +-------+---------------+-----------------+
| | | CP3.8 | Azure | Azure |
| | +-------+---------------+-----------------+
-| | | PyPy | Travis | Travis |
-| | +-------+---------------+-----------------+
| | | PyPy3 | Travis | Travis |
+-----------+----------+-------+---------------+-----------------+
-| | | CP2.7 | | |
-| | +-------+---------------+-----------------+
-| | | CP3.5 | | |
-| | +-------+---------------+-----------------+
| | | CP3.6 | | |
| | +-------+---------------+-----------------+
| | x86 | CP3.7 | | |
| | +-------+---------------+-----------------+
| | | CP3.8 | | |
| | +-------+---------------+-----------------+
-| | | PyPy | | |
-| | +-------+---------------+-----------------+
| | | PyPy3 | | |
| MacOS +----------+-------+---------------+-----------------+
-| | | CP2.7 | Azure | Azure |
-| | +-------+---------------+-----------------+
-| | | CP3.5 | Azure | Azure |
-| | +-------+---------------+-----------------+
| | | CP3.6 | Azure | Azure |
| | +-------+---------------+-----------------+
| | x64 | CP3.7 | Azure | Azure |
| | +-------+---------------+-----------------+
| | | CP3.8 | Azure | Azure |
| | +-------+---------------+-----------------+
-| | | PyPy | | |
-| | +-------+---------------+-----------------+
| | | PyPy3 | | |
+-----------+----------+-------+---------------+-----------------+
diff --git a/docs/html/installing.rst b/docs/html/installing.rst
index a49aebea4..9e2c7051e 100644
--- a/docs/html/installing.rst
+++ b/docs/html/installing.rst
@@ -206,7 +206,7 @@ Upgrading pip
Python and OS Compatibility
===========================
-pip works with CPython versions 2.7, 3.5, 3.6, 3.7, 3.8 and also PyPy.
+pip works with CPython versions 3.6, 3.7, 3.8 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.