10 lines
437 B
Text
10 lines
437 B
Text
# These are read by the evennia/server/evennia_launcher.py to give more explicit
|
|
# errors/warnings when trying to run Evennia with wrong/unexpected versions (this happens
|
|
# when people upgrade outside regular channels). This file only supports lines of
|
|
# `value = number` and only specific names supported by the handler.
|
|
|
|
PYTHON_MIN = 3.11
|
|
PYTHON_MAX_TESTED = 3.13.100
|
|
TWISTED_MIN = 24.11
|
|
DJANGO_MIN = 4.0.2
|
|
DJANGO_MAX_TESTED = 5.1.100
|