Skip to content

Commit 807af1f

Browse files
committed
Updated setup and README to reflect supported versions
1 parent 1750d95 commit 807af1f

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ Document Web APIs made with Django Rest Framework. [View Demo](http://demo.drfdo
88

99
### Supports
1010

11-
- Python (2.7, 3.3, 3.4, 3.5)
12-
- Django (1.8, 1.9)
13-
- Django Rest Framework (3+)
11+
- Python (2.7, 3.4, 3.5, 3.6)
12+
- Django (1.10, 1.11, 2.0)
13+
- Django Rest Framework (3.4+)
1414

1515

1616
### Documentation - Table of contents

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
'Programming Language :: Python :: 2.7',
2424
'Programming Language :: Python :: 3',
2525
'Programming Language :: Python :: 3.4',
26-
'Programming Language :: Python :: 3.5'
26+
'Programming Language :: Python :: 3.5',
27+
'Programming Language :: Python :: 3.6'
2728
],
2829
)

0 commit comments

Comments
 (0)