File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -88,12 +88,13 @@ Python Version
8888=================
8989
9090In order to reduce the technical debt of maintaining the project, Sage follows
91- Numpy's time window-based support policy
92- `NEP 29 <https://numpy.org/neps/nep-0029-deprecation_policy.html >`_ for Python versions.
93- Accordingly, minor versions of Python that are older than 42 months
94- at the next planned release date are no longer supported.
95- Support for Python 3.9 (initially released in October 2020) is dropped in April 2024 and
96- support for Python 3.10 (initially released in October 2021) is dropped in April 2025.
91+ the time window-based support policy
92+ `SPEC 0 — Minimum Supported Dependencies <https://scientific-python.org/specs/spec-0000/ >`_
93+ for Python versions. Accordingly, support for Python versions will be dropped
94+ 3 years after their initial release.
95+ For the drop schedule of Python versions, see the
96+ `SPEC 0 <https://scientific-python.org/specs/spec-0000/#drop-schedule >`_
97+ document.
9798
9899.. _chapter-directory-structure :
99100
You can’t perform that action at this time.
0 commit comments