File tree Expand file tree Collapse file tree 2 files changed +11
-0
lines changed
Expand file tree Collapse file tree 2 files changed +11
-0
lines changed Original file line number Diff line number Diff 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+
1121Usage
1222=====
1323
Original file line number Diff line number Diff 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' ,
You can’t perform that action at this time.
0 commit comments