Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ classifiers =
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Programming Language :: Python :: 3.12
Programming Language :: Python :: 3.13

# NOTE: Settings of this section below this line should not need to be changed

Expand Down Expand Up @@ -58,9 +59,9 @@ all_for_docs =
%(flask)s
%(quart)s
django =
# Since we currently still supports Python 3.7, we choose Django version accordingly.
# See https://docs.djangoproject.com/en/5.0/faq/install/#what-python-version-can-i-use-with-django
django>=3.2,<6
# Django 6.0 requires Python 3.12+, Django 5.x requires Python 3.10+
# See https://docs.djangoproject.com/en/6.0/faq/install/#what-python-version-can-i-use-with-django
django>=3.2,<7
flask =
flask
# If Flask-Session is not maintained in future, Flask-Session2 should work as well
Expand Down