Reduced hard requirement of python version

This commit is contained in:
Veronica K. B. Olsen
2020-05-16 20:39:58 +02:00
parent bb894926d0
commit 92fc81d4ec
2 changed files with 6 additions and 3 deletions
+2 -2
View File
@@ -219,9 +219,9 @@ def main(sysArgs=None):
# Check Packages and Versions
errorData = []
if sys.hexversion < 0x030600F0:
if sys.hexversion < 0x030403F0:
errorData.append(
"At least Python 3.6 is required."
"At least Python 3.4.3 is required, but 3.6 is highly recommended."
)
if CONFIG.verQtValue < 50200:
errorData.append(