File tree Expand file tree Collapse file tree 2 files changed +19
-5
lines changed
doc/api/next_api_changes/development Expand file tree Collapse file tree 2 files changed +19
-5
lines changed Original file line number Diff line number Diff line change 1- Support for Python 3.8 dropped
2- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1+ Increase to minimum supported versions of dependencies
2+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
33
4- For Matplotlib 3.8, the minimum supported version of Python is 3.9.
4+ For Matplotlib 3.8, the :ref: `minimum supported versions <dependencies >` are
5+ being bumped:
6+
7+ +------------+-----------------+---------------+
8+ | Dependency | min in mpl3.7 | min in mpl3.8 |
9+ +============+=================+===============+
10+ | Python | 3.8 | 3.9 |
11+ +------------+-----------------+---------------+
12+ | kiwisolver | 1.0.1 | 1.3.1 |
13+ +------------+-----------------+---------------+
14+ | Pillow | 6.2.1 | 8.0 |
15+ +------------+-----------------+---------------+
16+
17+ This is consistent with our :ref: `min_deps_policy ` and `NEP29
18+ <https://numpy.org/neps/nep-0029-deprecation_policy.html> `__
Original file line number Diff line number Diff line change 22
33contourpy==1.0.1
44cycler==0.10
5- kiwisolver==1.0 .1
5+ kiwisolver==1.3 .1
66importlib-resources==3.2.0
77numpy==1.20.0
88packaging==20.0
9- pillow==6.2.1
9+ pillow==8.0.0
1010pyparsing==2.3.1
1111python-dateutil==2.7
1212fonttools==4.22.0
You can’t perform that action at this time.
0 commit comments