Skip to content

Commit a51c13f

Browse files
committed
Adding python minimum version
1 parent 44b25a4 commit a51c13f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

+1
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
setup(
3434
name='django-elasticsearch-dsl',
3535
version=version,
36+
python_requires=">=3.8",
3637
description="""Wrapper around elasticsearch-dsl-py for django models""",
3738
long_description=readme + '\n\n' + history,
3839
author='Sabricot',

0 commit comments

Comments
 (0)