Skip to content

Commit

Permalink
src/doc/en/developer/coding_in_python.rst: Use :sage_root:
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Koeppe committed Apr 18, 2024
1 parent b38f9c7 commit 52001da
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/doc/en/developer/coding_in_python.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ Python language standard

Sage library code needs to be compatible with all versions of Python
that Sage supports. The information regarding the supported versions
can be found in the files ``build/pkgs/python3/spkg-configure.m4``
(for the Sage distribution), ``m4/pyproject_toml_metadata.m4`` (for
the Sage library and most other distribution packages in ``pkgs/``).
can be found in the files :sage_root:`build/pkgs/python3/spkg-configure.m4`
(for the Sage distribution) and :sage_root:`m4/pyproject_toml_metadata.m4` (for
the Sage library and most other distribution packages in :sage_root:`pkgs/`).

Python 3.9 is the oldest supported version. Hence,
all language and library features that are available in Python 3.9 can
Expand Down

0 comments on commit 52001da

Please sign in to comment.