Set minimum python version to 3.7
This commit is contained in:
parent
92fd1cd300
commit
fbfae59138
1 changed files with 1 additions and 1 deletions
|
|
@ -89,7 +89,7 @@ PSTATUS = chr(18) # ping server or portal status
|
||||||
SRESET = chr(19) # shutdown server in reset mode
|
SRESET = chr(19) # shutdown server in reset mode
|
||||||
|
|
||||||
# requirements
|
# requirements
|
||||||
PYTHON_MIN = '3.5'
|
PYTHON_MIN = '3.7'
|
||||||
TWISTED_MIN = '18.0.0'
|
TWISTED_MIN = '18.0.0'
|
||||||
DJANGO_MIN = '1.11'
|
DJANGO_MIN = '1.11'
|
||||||
DJANGO_REC = '1.11'
|
DJANGO_REC = '1.11'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue