Add support for Python3.11
This commit is contained in:
parent
c62bda9d77
commit
544638bf42
9 changed files with 30 additions and 28 deletions
|
|
@ -4,7 +4,7 @@
|
|||
# `value = number` and only specific names supported by the handler.
|
||||
|
||||
PYTHON_MIN = 3.9
|
||||
PYTHON_MAX_TESTED = 3.11
|
||||
PYTHON_MAX_TESTED = 3.11.0.0
|
||||
TWISTED_MIN = 20.3.0
|
||||
DJANGO_MIN = 4.0.2
|
||||
DJANGO_LT = 4.1
|
||||
DJANGO_MAX_TESTED = 4.1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue