Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e372363

Browse files
committed
Add link to 3.2 min-supported-requirements.
... plus small fixups.
1 parent 0e4685b commit e372363

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

doc/devel/min_dep_policy.rst

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,11 @@ is a 'minor version'.
1212
Matplotlib follows `NEP 29
1313
<https://numpy.org/neps/nep-0029-deprecation_policy.html>`__.
1414

15-
1615
Python and NumPy
1716
================
1817

1918
Matplotlib supports:
2019

21-
2220
- All minor versions of Python released 42 months prior to the
2321
project, and at minimum the two latest minor versions.
2422
- All minor versions of ``numpy`` released in the 24 months prior
@@ -32,7 +30,6 @@ artifacts built for the release.
3230
Minimum Python and NumPy version support should be adjusted upward
3331
on every major and minor release, but never on a patch release.
3432

35-
3633
See also the :ref:`list-of-dependency-min-versions`.
3734

3835
Python Dependencies
@@ -67,12 +64,11 @@ dependencies released in the 12 months prior to our planned release.
6764
We will only bump these as needed or versions no longer support our
6865
minimum Python and numpy.
6966

70-
7167
System and C-dependencies
7268
=========================
7369

7470
For system or C-dependencies (FreeType, GUI frameworks, LaTeX,
75-
gs, ffmpeg) support as old as practical. These can be difficult to
71+
Ghostscript, FFmpeg) support as old as practical. These can be difficult to
7672
install for end-users and we want to be usable on as many systems as
7773
possible. We will bump these on a case-by-case basis.
7874

@@ -82,14 +78,14 @@ List of dependency versions
8278
===========================
8379

8480
The following list shows the minimal versions of Python and NumPy dependencies
85-
for different versions of matplotlib. Follow the links for the full
81+
for different versions of Matplotlib. Follow the links for the full
8682
specification of the dependencies.
8783

8884
========== ======== ======
8985
Matplotlib Python NumPy
9086
========== ======== ======
9187
3.3 3.6 1.15.0
92-
3.2 3.6 1.11.0
88+
`3.2`_ 3.6 1.11.0
9389
`3.1`_ 3.6 1.11.0
9490
`3.0`_ 3.5 1.10.0
9591
`2.2`_ 2.7, 3.4 1.7.1
@@ -103,6 +99,7 @@ Matplotlib Python NumPy
10399
1.0 2.4 1.1
104100
========== ======== ======
105101

102+
.. _`3.2`: https://matplotlib.org/3.2.0/users/installing.html#dependencies
106103
.. _`3.1`: https://matplotlib.org/3.1.0/users/installing.html#dependencies
107104
.. _`3.0`: https://matplotlib.org/3.0.0/users/installing.html#dependencies
108105
.. _`2.2`: https://matplotlib.org/2.2.0/users/installing.html#dependencies

0 commit comments

Comments
 (0)