diff --git a/mach b/mach index 57259217ae8..e71ae1489f9 100755 --- a/mach +++ b/mach @@ -12,8 +12,8 @@ import os import sys -if sys.version_info < (3, 5): - print("mach does not support python < 3.5, please install python 3 >= 3.5") +if sys.version_info < (3, 10): + print("mach does not support python < 3.10, please install python 3 >= 3.10") sys.exit(1)