Commit Diff


commit - 43b422fb3c8dc6d1014f46d25115497bbb204951
commit + 7f2b24ac854cfe188995c8a6503a9586c7cfb71f
blob - 6b0815006c3502d43ddb5a2780d8f886dc09cfe8
blob + 82ed4fe26a4ae68d67f6b96710221fdd22867300
--- README.md
+++ README.md
@@ -114,9 +114,9 @@ Because linked worktrees share branches and the git co
 Requirements:
 
 * A recent Git command-line client
-* A Python2 interpreter
+* A Python interpreter. `git test` has been tested with Python versions 2.7 and 3.4. It will probably work with any Python3 version starting with 3.2 (it requires `argparse`).
 
-Just put `bin/git-test` somewhere in your `$PATH`, adjusting its first line if necessary to invoke a Python2 interpreter properly in your environment.
+Just put `bin/git-test` somewhere in your `$PATH`, adjusting its first line if necessary to invoke the desired Python interpreter properly in your environment.
 
 
 ## Ideas for future enhancements