This repository was archived by the owner on Jan 30, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -92,11 +92,13 @@ In particular,
9292Python Version
9393=================
9494
95- Sage supports all minor versions of Python released 42 months prior to the next planned release date, and at minimum the two latest minor versions.
96- Accordingly, Python 3.7 and newer are supported at the moment.
97- On Dec 26, 2021 support for Python 3.7 is dropped (initially released on Jun 27, 2018).
98- This is to reduce the technical debt of maintaining the project.
99- The support policy follows Numpy's version support recommendations `NEP 29 <https://numpy.org/neps/nep-0029-deprecation_policy.html >`_.
95+ In order to reduce the technical debt of maintaining the project, Sage follows
96+ Numpy's time window-based support policy
97+ `NEP 29 <https://numpy.org/neps/nep-0029-deprecation_policy.html >`_ for Python versions.
98+ Accordingly, minor versions of Python that are older than 42 months
99+ at the next planned release date are no longer supported.
100+ In December 2021 support for Python 3.7 (initially released in June 2018) is dropped and
101+ in April 2023 support for Python 3.8 is dropped (initially released in October 2019).
100102
101103.. _chapter-directory-structure :
102104
You can’t perform that action at this time.
0 commit comments