We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44b25a4 commit a51c13fCopy full SHA for a51c13f
setup.py
@@ -33,6 +33,7 @@
33
setup(
34
name='django-elasticsearch-dsl',
35
version=version,
36
+ python_requires=">=3.8",
37
description="""Wrapper around elasticsearch-dsl-py for django models""",
38
long_description=readme + '\n\n' + history,
39
author='Sabricot',
0 commit comments