Skip to content

Commit

Permalink
Add python version limiter.
Browse files Browse the repository at this point in the history
  • Loading branch information
jezdez committed Nov 8, 2021
1 parent 750f143 commit 2655ecd
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 @@ -30,6 +30,7 @@ def read(*parts):
'django>=2.2',
'importlib-metadata;python_version<"3.8"',
],
python_requires='>=3.6, <4.0',
extras_require={
'cache': ['django-cache-url'],
'database': ['dj-database-url'],
Expand Down

0 comments on commit 2655ecd

Please sign in to comment.