@@ -21,6 +21,7 @@ pip support a variety of Python interpreters:
21
21
- CPython 3.6
22
22
- CPython 3.7
23
23
- CPython 3.8
24
+ - CPython 3.9
24
25
- Latest PyPy3
25
26
26
27
on different operating systems:
@@ -61,15 +62,9 @@ interpreters.
61
62
Services
62
63
========
63
64
64
- pip test suite and checks are distributed on three different platforms that
65
- provides free executors for open source packages:
65
+ pip test suite and checks are distributed on ` GitHub Actions `_ which provides
66
+ free executors for open source packages.
66
67
67
- - `GitHub Actions `_ (Used for code quality and development tasks)
68
- - `Azure DevOps CI `_ (Used for tests)
69
- - `Travis CI `_ (Used for PyPy tests)
70
-
71
- .. _`Travis CI` : https://travis-ci.org/
72
- .. _`Azure DevOps CI` : https://azure.microsoft.com/en-us/services/devops/
73
68
.. _`GitHub Actions` : https://github.com/features/actions
74
69
75
70
@@ -82,9 +77,9 @@ Developer tasks
82
77
======== =============== ================ ================== =============
83
78
OS docs lint vendoring packaging
84
79
======== =============== ================ ================== =============
85
- Linux Travis, Github Travis, Github Travis, Github Azure
86
- Windows Github Github Github Azure
87
- MacOS Github Github Github Azure
80
+ Linux Github Github Github Github
81
+ Windows Github Github Github Github
82
+ MacOS Github Github Github Github
88
83
======== =============== ================ ================== =============
89
84
90
85
Actual testing
@@ -93,20 +88,23 @@ Actual testing
93
88
+------------------------------+---------------+-----------------+
94
89
| **interpreter ** | **unit ** | **integration ** |
95
90
+-----------+----------+-------+---------------+-----------------+
91
+ | | | CP3.6 | | |
96
92
| | +-------+---------------+-----------------+
97
- | | | CP3.6 | Azure | |
93
+ | | x86 | CP3.7 | | |
98
94
| | +-------+---------------+-----------------+
99
- | | x86 | CP3.7 | Azure | |
95
+ | | | CP3.8 | | |
100
96
| | +-------+---------------+-----------------+
101
- | | | CP3.8 | Azure | |
97
+ | | | CP3.9 | | |
102
98
| | +-------+---------------+-----------------+
103
99
| | | PyPy3 | | |
104
100
| Windows +----------+-------+---------------+-----------------+
105
- | | | CP3.6 | Azure | |
101
+ | | | CP3.6 | Github | Github |
102
+ | | +-------+---------------+-----------------+
103
+ | | x64 | CP3.7 | | |
106
104
| | +-------+---------------+-----------------+
107
- | | x64 | CP3.7 | Azure | |
105
+ | | | CP3.8 | | |
108
106
| | +-------+---------------+-----------------+
109
- | | | CP3.8 | Azure | Azure |
107
+ | | | CP3.9 | Github | Github |
110
108
| | +-------+---------------+-----------------+
111
109
| | | PyPy3 | | |
112
110
+-----------+----------+-------+---------------+-----------------+
@@ -116,22 +114,28 @@ Actual testing
116
114
| | +-------+---------------+-----------------+
117
115
| | | CP3.8 | | |
118
116
| | +-------+---------------+-----------------+
117
+ | | | CP3.9 | | |
118
+ | | +-------+---------------+-----------------+
119
119
| | | PyPy3 | | |
120
120
| Linux +----------+-------+---------------+-----------------+
121
- | | | CP3.6 | Azure | Azure |
121
+ | | | CP3.6 | Github | Github |
122
+ | | +-------+---------------+-----------------+
123
+ | | x64 | CP3.7 | Github | Github |
122
124
| | +-------+---------------+-----------------+
123
- | | x64 | CP3.7 | Azure | Azure |
125
+ | | | CP3.8 | Github | Github |
124
126
| | +-------+---------------+-----------------+
125
- | | | CP3.8 | Azure | Azure |
127
+ | | | CP3.9 | Github | Github |
126
128
| | +-------+---------------+-----------------+
127
- | | | PyPy3 | Travis | Travis |
129
+ | | | PyPy3 | | |
128
130
+-----------+----------+-------+---------------+-----------------+
129
131
| | | CP3.6 | | |
130
132
| | +-------+---------------+-----------------+
131
133
| | x86 | CP3.7 | | |
132
134
| | +-------+---------------+-----------------+
133
135
| | | CP3.8 | | |
134
136
| | +-------+---------------+-----------------+
137
+ | | | CP3.9 | | |
138
+ | | +-------+---------------+-----------------+
135
139
| | | PyPy3 | | |
136
140
| MacOS +----------+-------+---------------+-----------------+
137
141
| | | CP3.6 | Github | Github |
@@ -140,5 +144,7 @@ Actual testing
140
144
| | +-------+---------------+-----------------+
141
145
| | | CP3.8 | Github | Github |
142
146
| | +-------+---------------+-----------------+
147
+ | | | CP3.9 | Github | Github |
148
+ | | +-------+---------------+-----------------+
143
149
| | | PyPy3 | | |
144
150
+-----------+----------+-------+---------------+-----------------+
0 commit comments