Support for Python 3.14 maybe!
This commit is contained in:
parent
c50939da70
commit
ed6c0b1045
2 changed files with 4 additions and 3 deletions
|
|
@ -4,7 +4,7 @@
|
|||
# `value = number` and only specific names supported by the handler.
|
||||
|
||||
PYTHON_MIN = 3.11
|
||||
PYTHON_MAX_TESTED = 3.13.100
|
||||
PYTHON_MAX_TESTED = 3.14.100
|
||||
TWISTED_MIN = 24.11
|
||||
DJANGO_MIN = 5.2.8
|
||||
DJANGO_MAX_TESTED = 5.2.100
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue