Skip to content

Commit 7ce6543

Browse files
committed
chore: specify the minimum supported version
Signed-off-by: Henry Schreiner <[email protected]>
1 parent 4ccb50d commit 7ce6543

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

index.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,9 @@ about programming.
6262
> interpreter before tackling this lesson. This lesson sometimes references Jupyter
6363
> Notebook although you can use any Python interpreter mentioned in the [Setup][lesson-setup].
6464
>
65-
> The commands in this lesson pertain to **Python 3**.
65+
> The commands in this lesson pertain to any officially supported Python version, currently **Python
66+
> 3.7+**. Newer versions usually have better error printouts, so using newer Python versions is
67+
> recommend if possible.
6668
{: .prereq}
6769

6870
### Getting Started

0 commit comments

Comments
 (0)