From f98fb8ca2489b23a9c1628873b280d934bee5581 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Pasternak?= Date: Mon, 8 Aug 2022 00:40:17 +0200 Subject: [PATCH] Min. supported Python version --- setup.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/setup.py b/setup.py index aa1c549..8b2cbb0 100644 --- a/setup.py +++ b/setup.py @@ -27,7 +27,6 @@ setup( "static/dbtemplates/js/*.js", ], }, - python_requires=">=3.7", classifiers=[ "Development Status :: 5 - Production/Stable", "Environment :: Web Environment", @@ -43,7 +42,7 @@ setup( "Programming Language :: Python :: 3.10", "Framework :: Django", ], - python_requires='>=3.6', + python_requires=">=3.7", install_requires=["django-appconf >= 0.4"], )