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

@ -63,8 +63,9 @@ classifiers = [
]
dependencies = [
# core dependencies
"legacy-cgi;python_version >= '3.13'",
"django >= 4.2, < 4.3",
"twisted >= 23.10, < 24",
"twisted >= 24.11.0",
"pytz >= 2022.6",
"djangorestframework >= 3.14, < 3.15",
"pyyaml >= 6.0",