Skip to content

Commit

Permalink
Adding python minimum version
Browse files Browse the repository at this point in the history
  • Loading branch information
safwanrahman committed Oct 1, 2023
1 parent 44b25a4 commit a51c13f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit a51c13f

Please sign in to comment.