-
Notifications
You must be signed in to change notification settings - Fork 8
Add notes regarding Python EOL #34
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
Conversation
| 3.7 | 27 Jun 2018 | 27 Jun 2023 | | ||
+---------+-------------+-----------------------+ | ||
|
||
Expect these to be the most commonly used Python versions. Note that recently dropped versions (Python 3.6) will no longer have wheels built for popular libraries like `numpy <https://numpy.org/>`_. Users can still install the older version from PyPI via ``pip``, and version support tends to gradually "drop off" rather than fall immediately when security support exits. |
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.
NumPy actually drops Python support sooner than that, according to their own schedule: https://numpy.org/neps/nep-0029-deprecation_policy.html#support-table.
Some other projects are following numpy's lead on this.
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 notes regarding this. Thanks!
Co-authored-by: Kathy Pippert <[email protected]>
Co-authored-by: Kathy Pippert <[email protected]>
Co-authored-by: Kathy Pippert <[email protected]>
Add notes regarding Python EOL.