Skip to content

Commit ac1b53d

Browse files
authored
Add Python version note to README
1 parent 96c7f75 commit ac1b53d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ See also the free companion project, [A Whirlwind Tour of Python](https://github
1212

1313
All the code from the book can be found in [code_listings](code_listings).
1414
The code is in IPython notebooks, organized by book chapter and section.
15+
All code from this book was tested with Python 3.4-3.5, though it should be
16+
near 100% compatible with Python 2.7 as well.
1517

1618

1719
## Figure Appendix
@@ -28,4 +30,4 @@ The full notebooks, containing the entire text of the book, will be posted here
2830

2931
## License
3032

31-
The code here is released under the [MIT license](LICENSE). Read more at the [Open Source Initiative](https://opensource.org/licenses/MIT).
33+
The code here is released under the [MIT license](LICENSE). Read more at the [Open Source Initiative](https://opensource.org/licenses/MIT).

0 commit comments

Comments
 (0)