Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
Add documentation for following NEP 29
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasdiez committed Dec 7, 2020
1 parent ca088c9 commit 964dd29
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/doc/en/developer/coding_basics.rst
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,17 @@ In particular,
def SomeIdentityValue(x):
return SomeValue(1)

.. _section-python-version:

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

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.
Accordingly, Python 3.7 and newer are supported at the moment.
On Dec 26, 2021 support for Python 3.7 is dropped (initially released on Jun 27, 2018).
This is to reduce the technical debt of maintaining the project.
The support policy follows Numpy's version support recommendations `NEP 29 <https://numpy.org/neps/nep-0029-deprecation_policy.html>`_.


.. _chapter-directory-structure:

Expand Down

0 comments on commit 964dd29

Please sign in to comment.