From 28122ad78860a2e29cd66534c2c9b77352cf8e9f Mon Sep 17 00:00:00 2001 From: Martin Mahner Date: Wed, 25 Oct 2023 11:28:55 +0200 Subject: [PATCH] Update minimal dependency version of Django to 4.1 This is in line with the current test matrix. Fixes #875 --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 086949a9..b734d52c 100644 --- a/setup.cfg +++ b/setup.cfg @@ -34,7 +34,7 @@ project_urls = [options] python_requires = >=3.6 packages = find: -install_requires = Django>=3.2 +install_requires = Django>=4.1 include_package_data = true zip_safe = false