Skip to content

Commit 6c3943b

Browse files
authored
Merge pull request #13005 from ichard26/update-python-docs
Update docs to reflect 3.13's inclusion in CI
2 parents 348c428 + ea05fc3 commit 6c3943b

File tree

2 files changed

+23
-9
lines changed

2 files changed

+23
-9
lines changed

docs/html/development/ci.rst

+22-8
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ pip support a variety of Python interpreters:
2323
- CPython 3.10
2424
- CPython 3.11
2525
- CPython 3.12
26+
- CPython 3.13
2627
- Latest PyPy3
2728

2829
on different operating systems:
@@ -35,8 +36,9 @@ and on different architectures:
3536

3637
- x64
3738
- x86
39+
- arm64 (macOS only)
3840

39-
so 42 hypothetical interpreters.
41+
so 49 hypothetical interpreters.
4042

4143

4244
Checks
@@ -99,6 +101,8 @@ Actual testing
99101
| | +-------+---------------+-----------------+
100102
| | | CP3.12| | |
101103
| | +-------+---------------+-----------------+
104+
| | | CP3.13| | |
105+
| | +-------+---------------+-----------------+
102106
| | | PyPy3 | | |
103107
| Windows +----------+-------+---------------+-----------------+
104108
| | x64 | CP3.8 | GitHub | GitHub |
@@ -107,9 +111,11 @@ Actual testing
107111
| | +-------+---------------+-----------------+
108112
| | | CP3.10| | |
109113
| | +-------+---------------+-----------------+
110-
| | | CP3.11| GitHub | GitHub |
114+
| | | CP3.11| | |
111115
| | +-------+---------------+-----------------+
112-
| | | CP3.12| | |
116+
| | | CP3.12| GitHub | GitHub |
117+
| | +-------+---------------+-----------------+
118+
| | | CP3.13| GitHub | GitHub |
113119
| | +-------+---------------+-----------------+
114120
| | | PyPy3 | | |
115121
+-----------+----------+-------+---------------+-----------------+
@@ -123,6 +129,8 @@ Actual testing
123129
| | +-------+---------------+-----------------+
124130
| | | CP3.12| | |
125131
| | +-------+---------------+-----------------+
132+
| | | CP3.13| | |
133+
| | +-------+---------------+-----------------+
126134
| | | PyPy3 | | |
127135
| Linux +----------+-------+---------------+-----------------+
128136
| | x64 | CP3.8 | GitHub | GitHub |
@@ -135,17 +143,21 @@ Actual testing
135143
| | +-------+---------------+-----------------+
136144
| | | CP3.12| GitHub | GitHub |
137145
| | +-------+---------------+-----------------+
146+
| | | CP3.13| GitHub | GitHub |
147+
| | +-------+---------------+-----------------+
138148
| | | PyPy3 | | |
139149
+-----------+----------+-------+---------------+-----------------+
140-
| | arm64 | CP3.8 | | |
150+
| | arm64 | CP3.8 | GitHub | GitHub |
141151
| | +-------+---------------+-----------------+
142-
| | | CP3.9 | | |
152+
| | | CP3.9 | GitHub | GitHub |
143153
| | +-------+---------------+-----------------+
144-
| | | CP3.10| | |
154+
| | | CP3.10| GitHub | GitHub |
145155
| | +-------+---------------+-----------------+
146-
| | | CP3.11| | |
156+
| | | CP3.11| GitHub | GitHub |
147157
| | +-------+---------------+-----------------+
148-
| | | CP3.12| | |
158+
| | | CP3.12| GitHub | GitHub |
159+
| | +-------+---------------+-----------------+
160+
| | | CP3.13| GitHub | GitHub |
149161
| | +-------+---------------+-----------------+
150162
| | | PyPy3 | | |
151163
| macOS +----------+-------+---------------+-----------------+
@@ -159,5 +171,7 @@ Actual testing
159171
| | +-------+---------------+-----------------+
160172
| | | CP3.12| GitHub | GitHub |
161173
| | +-------+---------------+-----------------+
174+
| | | CP3.13| GitHub | GitHub |
175+
| | +-------+---------------+-----------------+
162176
| | | PyPy3 | | |
163177
+-----------+----------+-------+---------------+-----------------+

docs/html/installation.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ $ pip install --upgrade pip
126126
The current version of pip works on:
127127

128128
- Windows, Linux and macOS.
129-
- CPython 3.8, 3.9, 3.10, 3.11, 3.12, and latest PyPy3.
129+
- CPython 3.8, 3.9, 3.10, 3.11, 3.12, 3.13, and latest PyPy3.
130130

131131
pip is tested to work on the latest patch version of the Python interpreter,
132132
for each of the minor versions listed above. Previous patch versions are

0 commit comments

Comments
 (0)