aboutsummaryrefslogtreecommitdiffhomepage
path: root/python/README.md
diff options
context:
space:
mode:
authorGravatar Yuchen Xie <yuchen.xie@live.com>2018-06-26 06:20:53 +0800
committerGravatar Jie Luo <anandolee@gmail.com>2018-06-25 15:20:53 -0700
commit595231dd5cc92c3ac64faa39f22707b5ec58731a (patch)
tree815fdbda53551ae7373845f053848451ea8310be /python/README.md
parentd65d5821bc76a5e43bfac0a227d970f5bc88b789 (diff)
Update minimal Python version to 2.7 (#4207)
Diffstat (limited to 'python/README.md')
-rw-r--r--python/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/README.md b/python/README.md
index 4c194297..4b48225a 100644
--- a/python/README.md
+++ b/python/README.md
@@ -30,7 +30,7 @@ join the Protocol Buffers discussion list and let us know!
Installation
============
-1) Make sure you have Python 2.6 or newer. If in doubt, run:
+1) Make sure you have Python 2.7 or newer. If in doubt, run:
$ python -V