Merge pull request #3719 from 0xDEADFED5/python313
add support for Python 3.13
This commit is contained in:
commit
8949ed3f0e
2 changed files with 4 additions and 3 deletions
|
|
@ -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.10
|
PYTHON_MIN = 3.10
|
||||||
PYTHON_MAX_TESTED = 3.12.100
|
PYTHON_MAX_TESTED = 3.13.100
|
||||||
TWISTED_MIN = 23.10
|
TWISTED_MIN = 24.11
|
||||||
DJANGO_MIN = 4.0.2
|
DJANGO_MIN = 4.0.2
|
||||||
DJANGO_MAX_TESTED = 4.2.100
|
DJANGO_MAX_TESTED = 4.2.100
|
||||||
|
|
|
||||||
|
|
@ -63,8 +63,9 @@ classifiers = [
|
||||||
]
|
]
|
||||||
dependencies = [
|
dependencies = [
|
||||||
# core dependencies
|
# core dependencies
|
||||||
|
"legacy-cgi;python_version >= '3.13'",
|
||||||
"django >= 4.2, < 4.3",
|
"django >= 4.2, < 4.3",
|
||||||
"twisted >= 23.10, < 24",
|
"twisted >= 24.11.0, < 25",
|
||||||
"pytz >= 2022.6",
|
"pytz >= 2022.6",
|
||||||
"djangorestframework >= 3.14, < 3.15",
|
"djangorestframework >= 3.14, < 3.15",
|
||||||
"pyyaml >= 6.0",
|
"pyyaml >= 6.0",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue