Skip to content

Commit 48703c6

Browse files
authored
Clarify which Python versions are recommended
1 parent 535175e commit 48703c6

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

learners/setup.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,12 @@ this file after downloading it.
3333

3434
[Python][python] is a popular language for scientific computing, and great for
3535
general-purpose programming as well. Installing all of the scientific packages we use in the lesson
36-
individually can be a bit cumbersome, and therefore recommend the all-in-one
36+
individually can be a bit cumbersome, and therefore we recommend the all-in-one
3737
installer [Anaconda][anaconda].
3838

39-
Regardless of how you choose to install it, please make sure you install Python
40-
version 3.x (e.g., 3.10 is fine and will continue to receive security patches unitl 2026-OCT-04).
39+
Regardless of how you choose to install it, please make sure to install a
40+
[recent version](https://devguide.python.org/versions/) of Python 3.x that
41+
is currently supported (meaning it receives bug fixes and security updates).
4142

4243

4344
::::::::::::::::::::::::::::::::::::::::::::::::::

0 commit comments

Comments
 (0)