@@ -73,7 +73,7 @@ tools. At various points you'll also need install several more Python packages,
7373but you don't need to install those right now. The core tools you will need
7474are:
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
123123Within Python 3, there is a minor version release approximately every year.
124124Once 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
126126oldest version that still receives security fixes. The user-facing differences
127127between minor Python versions are usually fairly minimal, so for the purposes
128128of this book it doesn't matter which of the currently supported versions of
129129Python 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
139133Setting up a Python virtual environment
0 commit comments