Skip to content

Commit 7ea7536

Browse files
committed
Python versions
1 parent 2b7d245 commit 7ea7536

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

doc/source/1_introduction.rst

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ tools. At various points you'll also need install several more Python packages,
7373
but you don't need to install those right now. The core tools you will need
7474
are:
7575

76-
1. Python version 3.6 or later.
76+
1. Python version 3.7 or later.
7777
2. Git (the revision control system we're going to use).
7878
3. A Python-aware text editor or :term:`integrated development
7979
environment` (IDE). Visual Studio Code is recommended, and all the
@@ -122,18 +122,12 @@ references in this book are to that version.
122122

123123
Within Python 3, there is a minor version release approximately every year.
124124
Once released, this receives security updates for 5 years. At the time of
125-
writing, Python 3.10 is the newest release version, and Python 3.6 is the
125+
writing, Python 3.11 is the newest release version, and Python 3.7 is the
126126
oldest version that still receives security fixes. The user-facing differences
127127
between minor Python versions are usually fairly minimal, so for the purposes
128128
of this book it doesn't matter which of the currently supported versions of
129129
Python you use.
130130

131-
.. warning::
132-
133-
The example code in the exercises uses :ref:`f-strings <tut-f-strings>`
134-
which were introduced in Python 3.6, so the code will not work in earlier
135-
versions of Python.
136-
137131
.. _create_venv:
138132

139133
Setting up a Python virtual environment

0 commit comments

Comments
 (0)