-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
Remove support for python 3.8 #24919
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
+54
−53
Merged
Changes from all commits
Commits
Show all changes
9 commits
Select commit
Hold shift + click to select a range
e2a2a87
Remove support for python 3.8
ksunden a745964
Add development release note
ksunden d03f8c9
Update circle config, missed originally
ksunden 63e9d7f
Add back no-lto test
ksunden 22a6a2e
bump since_mpl_version
ksunden c0ed024
Bump kiwisolver and pillow minvers
ksunden 11f572f
Update dependencies docs
ksunden 4b0f499
drop 3.11 to 3.10 on appveyor
ksunden cc39e21
Add ImportWarning filter for get_attr test (needed for gtk4)
ksunden File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
Increase to minimum supported versions of dependencies | ||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | ||
|
||
For Matplotlib 3.8, the :ref:`minimum supported versions <dependencies>` are | ||
being bumped: | ||
|
||
+------------+-----------------+---------------+ | ||
| Dependency | min in mpl3.7 | min in mpl3.8 | | ||
+============+=================+===============+ | ||
| Python | 3.8 | 3.9 | | ||
+------------+-----------------+---------------+ | ||
| kiwisolver | 1.0.1 | 1.3.1 | | ||
+------------+-----------------+---------------+ | ||
| Pillow | 6.2.1 | 8.0 | | ||
+------------+-----------------+---------------+ | ||
|
||
This is consistent with our :ref:`min_deps_policy` and `NEP29 | ||
<https://numpy.org/neps/nep-0029-deprecation_policy.html>`__ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,15 +15,15 @@ When installing through a package manager like ``pip`` or ``conda``, the | |
mandatory dependencies are automatically installed. This list is mainly for | ||
reference. | ||
|
||
* `Python <https://www.python.org/downloads/>`_ (>= 3.8) | ||
* `Python <https://www.python.org/downloads/>`_ (>= 3.9) | ||
* `contourpy <https://pypi.org/project/contourpy/>`_ (>= 1.0.1) | ||
* `cycler <https://matplotlib.org/cycler/>`_ (>= 0.10.0) | ||
* `dateutil <https://pypi.org/project/python-dateutil/>`_ (>= 2.7) | ||
* `fontTools <https://fonttools.readthedocs.io/en/latest/>`_ (>= 4.22.0) | ||
* `kiwisolver <https://github.com/nucleic/kiwi>`_ (>= 1.0.1) | ||
* `kiwisolver <https://github.com/nucleic/kiwi>`_ (>= 1.3.1) | ||
* `NumPy <https://numpy.org>`_ (>= 1.20) | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Bump to 1.21 while at it? (End of month) |
||
* `packaging <https://pypi.org/project/packaging/>`_ (>= 20.0) | ||
* `Pillow <https://pillow.readthedocs.io/en/latest/>`_ (>= 6.2) | ||
* `Pillow <https://pillow.readthedocs.io/en/latest/>`_ (>= 8.0) | ||
* `pyparsing <https://pypi.org/project/pyparsing/>`_ (>= 2.3.1) | ||
* `setuptools <https://setuptools.readthedocs.io/en/latest/>`_ | ||
* `pyparsing <https://pypi.org/project/pyparsing/>`_ (>= 2.3.1) | ||
|
@@ -180,7 +180,6 @@ Minimum pip / manylinux support (linux) | |
Matplotlib publishes `manylinux wheels <https://github.com/pypa/manylinux>`_ | ||
which have a minimum version of pip which will recognize the wheels | ||
|
||
- Python 3.8: ``manylinx2010`` / pip >= 19.0 | ||
- Python 3.9+: ``manylinx2014`` / pip >= 19.3 | ||
|
||
In all cases the required version of pip is embedded in the CPython source. | ||
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We probably want to keep the no LTO test case?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
added back (to 3.9)