@@ -12,13 +12,11 @@ is a 'minor version'.
1212Matplotlib follows `NEP 29
1313<https://numpy.org/neps/nep-0029-deprecation_policy.html> `__.
1414
15-
1615Python and NumPy
1716================
1817
1918Matplotlib 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.
3230Minimum Python and NumPy version support should be adjusted upward
3331on every major and minor release, but never on a patch release.
3432
35-
3633See also the :ref: `list-of-dependency-min-versions `.
3734
3835Python Dependencies
@@ -67,12 +64,11 @@ dependencies released in the 12 months prior to our planned release.
6764We will only bump these as needed or versions no longer support our
6865minimum Python and numpy.
6966
70-
7167System and C-dependencies
7268=========================
7369
7470For 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
7672install for end-users and we want to be usable on as many systems as
7773possible. We will bump these on a case-by-case basis.
7874
@@ -82,14 +78,14 @@ List of dependency versions
8278===========================
8379
8480The 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
8682specification of the dependencies.
8783
8884========== ======== ======
8985Matplotlib Python NumPy
9086========== ======== ======
91873.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
103991.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