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

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