Skip to content

Adopt the “time window-based” policy for support of Python versions from Spec-0 #35403

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
merged 9 commits into from
Dec 22, 2024
13 changes: 13 additions & 0 deletions src/doc/en/developer/coding_basics.rst
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,19 @@ In particular,
def SomeIdentityValue(x):
return SomeValue(1)

.. _section-python-version:

Python Version
=================

In order to reduce the technical debt of maintaining the project, Sage follows
the time window-based support policy
`SPEC 0 — Minimum Supported Dependencies <https://scientific-python.org/specs/spec-0000/>`_
for Python versions. Accordingly, support for Python versions will be dropped
3 years after their initial release.
For the drop schedule of Python versions, see the
`SPEC 0 <https://scientific-python.org/specs/spec-0000/#drop-schedule>`_
document.

.. _chapter-directory-structure:

Expand Down
Loading