Support for Python 3.14 maybe!

This commit is contained in:
Annikka 2026-01-13 00:00:54 -05:00
parent c50939da70
commit ed6c0b1045
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. # `value = number` and only specific names supported by the handler.
PYTHON_MIN = 3.11 PYTHON_MIN = 3.11
PYTHON_MAX_TESTED = 3.13.100 PYTHON_MAX_TESTED = 3.14.100
TWISTED_MIN = 24.11 TWISTED_MIN = 24.11
DJANGO_MIN = 5.2.8 DJANGO_MIN = 5.2.8
DJANGO_MAX_TESTED = 5.2.100 DJANGO_MAX_TESTED = 5.2.100

View file

@ -41,6 +41,7 @@ classifiers = [
"Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12", "Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13", "Programming Language :: Python :: 3.13",
"Programming Language :: Python :: 3.14",
"Programming Language :: JavaScript", "Programming Language :: JavaScript",
"Development Status :: 5 - Production/Stable", "Development Status :: 5 - Production/Stable",
"License :: OSI Approved :: BSD License", "License :: OSI Approved :: BSD License",
@ -70,12 +71,12 @@ dependencies = [
"pytz >= 2022.6", "pytz >= 2022.6",
"djangorestframework >= 3.16, < 3.17", "djangorestframework >= 3.16, < 3.17",
"pyyaml >= 6.0", "pyyaml >= 6.0",
"django-filter == 2.4", "django-filter == 25.2",
"django-sekizai == 2.0.0", "django-sekizai == 2.0.0",
"inflect >= 5.2.0", "inflect >= 5.2.0",
"autobahn >= 20.7.1, < 21.0.0", "autobahn >= 20.7.1, < 21.0.0",
"lunr == 0.7.0.post1", "lunr == 0.7.0.post1",
"simpleeval <= 1.0", "simpleeval ~= 1.0.3",
"uritemplate == 4.1.1", "uritemplate == 4.1.1",
"tzdata >= 2022.6", "tzdata >= 2022.6",
"inflection == 0.5.1", "inflection == 0.5.1",