summaryrefslogtreecommitdiffstats
path: root/bin/updater.py
diff options
context:
space:
mode:
Diffstat (limited to 'bin/updater.py')
-rw-r--r--bin/updater.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/updater.py b/bin/updater.py
index c6a9b5d38..805421e20 100644
--- a/bin/updater.py
+++ b/bin/updater.py
@@ -142,8 +142,8 @@ def main():
if __name__ == '__main__':
- if sys.version_info < (3, 3):
- print('Python 3.3 is required to run this script')
+ if sys.version_info < (3, 0):
+ print('Python 3.0 or higher is required to run this script')
else:
main()