mirror of
https://github.com/evennia/evennia.git
synced 2026-03-26 01:36:32 +01:00
Set minimum python version to 3.7
This commit is contained in:
parent
abd5ae825d
commit
3fbbcb8edc
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
|
||||
|
||||
# requirements
|
||||
PYTHON_MIN = '3.5'
|
||||
PYTHON_MIN = '3.7'
|
||||
TWISTED_MIN = '18.0.0'
|
||||
DJANGO_MIN = '1.11'
|
||||
DJANGO_REC = '1.11'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue