Skip to content

Commit

Permalink
Update supported django and python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
crucialfelix committed May 17, 2017
1 parent 3c80b9d commit 2411d39
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
@@ -1,2 +1,2 @@
django>=1.7, <=1.11
django>=1.7, <2
wheel==0.29.0
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -54,7 +54,7 @@
- Integrate with other UI elements elsewhere on the page using the javascript API
- Works in Admin as well as in normal views
- Django >=1.7, <=1.10
- Python >=2.7, <=3.5
- Django >=1.7, <=2
- Python >=2.7, <=3.7
"""
)

0 comments on commit 2411d39

Please sign in to comment.