8000 Add link to 3.2 min-supported-requirements. by anntzer · Pull Request #16968 · matplotlib/matplotlib · GitHub
[go: up one dir, main page]

Skip to content

Add link to 3.2 min-supported-requirements. #16968

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 30, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 4 additions & 7 deletions doc/devel/min_dep_policy.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,11 @@ is a 'minor version'.
Matplotlib follows `NEP 29
<https://numpy.org/neps/nep-0029-deprecation_policy.html>`__.


Python and NumPy
================

Matplotlib supports:


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


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

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


System and C-dependencies
=========================

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

Expand All @@ -82,14 +78,14 @@ List of dependency versions
===========================

The following list shows the minimal versions of Python and NumPy dependencies
for different versions of matplotlib. Follow the links for the full
for different versions of Matplotlib. Follow the links for the full
specification of the dependencies.

========== ======== ======
Matplotlib Python NumPy
========== ======== ======
3.3 3.6 1.15.0
3.2 3.6 1.11.0
`3.2`_ 3.6 1.11.0
`3.1`_ 3.6 1.11.0
`3.0`_ 3.5 1.10.0
`2.2`_ 2.7, 3.4 1.7.1
Expand All @@ -103,6 +99,7 @@ Matplotlib Python NumPy
1.0 2.4 1.1
========== ======== ======

.. _`3.2`: https://matplotlib.org/3.2.0/users/installing.html#dependencies
.. _`3.1`: https://matplotlib.org/3.1.0/users/installing.html#dependencies
.. _`3.0`: https://matplotlib.org/3.0.0/users/installing.html#dependencies
.. _`2.2`: https://matplotlib.org/2.2.0/users/installing.html#dependencies
Expand Down
0