[CI] Changed VS version to see if it will prevent triggering AV
This commit is contained in:
@@ -137,7 +137,7 @@ def main():
|
||||
print('')
|
||||
|
||||
# Check python version.
|
||||
python_minimum_ver=3,8
|
||||
python_minimum_ver=3,7
|
||||
if not sys.version_info[:2] >= (python_minimum_ver[0], python_minimum_ver[1]):
|
||||
print('ERROR: Python ', python_minimum_ver[0], '.', python_minimum_ver[1], '+ must be installed and on PATH', sep='')
|
||||
sys.exit(1)
|
||||
|
||||
Reference in New Issue
Block a user