Skip to content

Commit

Permalink
Minor update to Python testing version
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael-P-Allen committed Nov 30, 2019
1 parent 554a6fd commit 73948ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python_examples/GUIDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ or just `python sample_mean.py`,
depending on your particular installation of Python.
(Of course, in most cases, it will also be necessary to input data to the program.)
The examples _will not work_ with Python 2!
They have been tested with Python 3.6.0.
They have been tested with Python 3.7.5 (and before that, 3.6.0).
For an introduction to the differences between Python 2 and Python 3,
see the [What's New in Python 3.0](https://docs.python.org/3/whatsnew/3.0.html "What's New in Python 3.0") page.
The most obvious changes are
Expand Down

0 comments on commit 73948ca

Please sign in to comment.