From a51c13f7978eb618e00c2152cef57323aa56172e Mon Sep 17 00:00:00 2001 From: Safwan Rahman Date: Mon, 2 Oct 2023 01:19:16 +0600 Subject: [PATCH] Adding python minimum version --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index c54c35e..a3c60e1 100755 --- a/setup.py +++ b/setup.py @@ -33,6 +33,7 @@ setup( name='django-elasticsearch-dsl', version=version, + python_requires=">=3.8", description="""Wrapper around elasticsearch-dsl-py for django models""", long_description=readme + '\n\n' + history, author='Sabricot',