Skip to content

Commit 23d5360

Browse files
authored
update to spec 0
1 parent 144dd4a commit 23d5360

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

src/doc/en/developer/coding_basics.rst

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -88,12 +88,13 @@ Python Version
8888
=================
8989

9090
In 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

0 commit comments

Comments
 (0)