Skip to content

Commit

Permalink
Update documentation due to new supported versions
Browse files Browse the repository at this point in the history
Silk now supports:

 - Python 3.7

 - Django 2.1
  • Loading branch information
regzon committed Feb 13, 2019
1 parent 55c650f commit a7d9aa9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ Silk is a live profiling and inspection tool for the Django framework. Silk inte

Silk has been tested with:

* Django: 1.11, 2.0
* Python: 2.7, 3.4, 3.5, 3.6
* Django: 1.11, 2.0, 2.1
* Python: 2.7, 3.4, 3.5, 3.6, 3.7


## Installation
Expand Down
4 changes: 2 additions & 2 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -57,5 +57,5 @@ Features
Requirements
------------

* Django: 1.11, 2.0
* Python: 2.7, 3.4, 3.5, 3.6
* Django: 1.11, 2.0, 2.1
* Python: 2.7, 3.4, 3.5, 3.6, 3.7

0 comments on commit a7d9aa9

Please sign in to comment.