add support for Python 3.13

This commit is contained in:
0xDEADFED5 2025-01-25 08:29:34 -08:00
parent a2bb02c82c
commit 0380c93b43
2 changed files with 4 additions and 3 deletions

View file

@ -4,7 +4,7 @@
# `value = number` and only specific names supported by the handler.
PYTHON_MIN = 3.10
PYTHON_MAX_TESTED = 3.12.100
TWISTED_MIN = 23.10
PYTHON_MAX_TESTED = 3.13.100
TWISTED_MIN = 24.11
DJANGO_MIN = 4.0.2
DJANGO_MAX_TESTED = 4.2.100