Skip to content

Commit 2889950

Browse files
committed
Added the "compatibility grid" to Readme + setup
1 parent 03bfd7c commit 2889950

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

README.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,16 @@ your RAM.
88

99
.. image:: https://travis-ci.org/novafloss/django-chunkator.svg
1010

11+
Tested with all the combinations of:
12+
13+
* Python: 2.7, 3.4, 3.5.
14+
* Django: 1.8 (LTS), 1.9, 1.10, 1.11.
15+
16+
Also, tested the following:
17+
18+
* Python 3.6 + Django 1.11
19+
* Python 3.4, 3.5, 3.6 + Django "master".
20+
1121
Usage
1222
=====
1323

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ def namespace_packages(project_name):
8080
'Programming Language :: Python :: 3.3',
8181
'Programming Language :: Python :: 3.4',
8282
'Programming Language :: Python :: 3.5',
83+
'Programming Language :: Python :: 3.6',
8384
'Topic :: Internet :: WWW/HTTP',
8485
'Topic :: Internet :: WWW/HTTP :: Dynamic Content',
8586
'License :: OSI Approved :: MIT License',

0 commit comments

Comments
 (0)