gh-109975: Indicate the minimum version for PyREPL in the tutorial (#136046)

This commit is contained in:
Konstantin Morenko 2025-08-14 18:45:12 +03:00 committed by GitHub
parent 04377a1bd1
commit c58020ed32
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -15,7 +15,7 @@ basic interpreter is supported on all platforms with minimal line
control capabilities.
On Windows, or Unix-like systems with :mod:`curses` support,
a new interactive shell is used by default.
a new interactive shell is used by default since Python 3.13.
This one supports color, multiline editing, history browsing, and
paste mode. To disable color, see :ref:`using-on-controlling-color` for
details. Function keys provide some additional functionality.