From 013057425fd31ab1286ca30a2e27b2159f130d2c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Pasternak?= Date: Wed, 15 Jun 2022 14:43:43 +0200 Subject: [PATCH] Min. Python version --- setup.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup.py b/setup.py index 2485ea1..fe38595 100644 --- a/setup.py +++ b/setup.py @@ -41,5 +41,7 @@ setup( "Programming Language :: Python :: 3.8", "Framework :: Django", ], + python_requires='>=3.6', install_requires=["django-appconf >= 0.4"], ) +