mirror of
https://github.com/fHDHR/fHDHR_NextPVR.git
synced 2025-12-06 07:36:59 -05:00
Require py3.7+
This commit is contained in:
parent
0721ddbdd9
commit
0df7c5f8f1
@ -15,8 +15,8 @@ ERR_CODE = 1
|
||||
ERR_CODE_NO_RESTART = 2
|
||||
|
||||
|
||||
if sys.version_info.major == 2 or sys.version_info < (3, 3):
|
||||
print('Error: fHDHR requires python 3.3+.')
|
||||
if sys.version_info.major == 2 or sys.version_info < (3, 7):
|
||||
print('Error: fHDHR requires python 3.7+.')
|
||||
sys.exit(1)
|
||||
|
||||
opersystem = platform.system()
|
||||
|
||||
Loading…
Reference in New Issue
Block a user