You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.rst
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -226,10 +226,10 @@ All images currently contain:
226
226
- `uv <https://pypi.org/p/uv>`_ (not available on ``musllinux s390x`` yet due to Rust limitations)
227
227
228
228
- All Python interpreters have the following packages pre-installed:
229
-
- `pip <https://pypi.org/p/pip>`_
230
-
- `build <https://pypi.org/p/build>`_
231
-
- `packaging <https://pypi.org/p/packaging>`_
232
-
- Before Python 3.12, `setuptools <https://pypi.org/p/setuptools>`_ and `wheel <https://pypi.org/p/wheel>`_ are also available. (Currently 3.12 too, but will be removed after 3.13 is released.)
229
+
- `pip <https://pypi.org/p/pip>`_
230
+
- `build <https://pypi.org/p/build>`_
231
+
- `packaging <https://pypi.org/p/packaging>`_
232
+
- Before Python 3.12, `setuptools <https://pypi.org/p/setuptools>`_ and `wheel <https://pypi.org/p/wheel>`_ are also available. (Currently 3.12 too, but will be removed after 3.13 is released.)
233
233
234
234
- The manylinux-interpreters tool which allows to list all available interpreters & install ones missing from the image
0 commit comments