Skip to content

Commit

Permalink
Update Py version to 3.8+ as 3.7+ has reached EOL - issue #1070
Browse files Browse the repository at this point in the history
This is in relation to Issue #1070 

```
The section on prerequisites notes that you should be using any current Python version 3.7+.
Python 3.7 hit EOL on 2023-06-27. This callout should be updated to refer to 3.8+
```
  • Loading branch information
ineelhere authored Nov 26, 2023
1 parent 774dd0d commit 2154e61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ interpreter before tackling this lesson. This lesson sometimes references Jupyte
Notebook although you can use any Python interpreter mentioned in the [Setup](learners/setup.md).

The commands in this lesson pertain to any officially supported Python version, currently **Python
3\.7+**. Newer versions usually have better error printouts, so using newer Python versions is
3\.8+**. Newer versions usually have better error printouts, so using newer Python versions is
recommend if possible.


Expand Down

0 comments on commit 2154e61

Please sign in to comment.