Skip to content

Commit 9cb61d4

Browse files
authored
Merge pull request #75 from HBS-HBX/esmail-patch-1
Prevent installation on incompatible Python versions
2 parents 2829e6a + 797d896 commit 9cb61d4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ def get_version(*file_paths):
5555
],
5656
zip_safe=False,
5757
keywords='Django Elasticsearch',
58+
python_requires=">=3.6, <=4.0",
5859
classifiers=[
5960
'Development Status :: 4 - Beta',
6061
'Framework :: Django',

0 commit comments

Comments
 (0)