Skip to content

Commit c2e578a

Browse files
authored
Merge pull request #992 from henryiii/henryiii/fix/minversion
chore: specify the minimum supported version
2 parents eb04b9a + 7ce6543 commit c2e578a

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)