File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -19,8 +19,8 @@ pytest-django allows you to test your Django project/applications with the
19
19
<https://pytest-django.readthedocs.io/en/latest/contributing.html> `_
20
20
* Version compatibility:
21
21
22
- * Django: 1.7-1.10 and latest master branch (compatible at the time of each release)
23
- * Python: CPython 2.7,3.3-3.5 or PyPy 2,3
22
+ * Django: 1.7-1.11 and latest master branch (compatible at the time of each release)
23
+ * Python: CPython 2.7,3.3-3.6 or PyPy 2,3
24
24
* pytest: >2.9.x
25
25
26
26
* Licence: BSD
Original file line number Diff line number Diff line change @@ -42,6 +42,7 @@ def read(fname):
42
42
'Programming Language :: Python :: 3.3' ,
43
43
'Programming Language :: Python :: 3.4' ,
44
44
'Programming Language :: Python :: 3.5' ,
45
+ 'Programming Language :: Python :: 3.6' ,
45
46
],
46
47
# the following makes a plugin available to pytest
47
48
entry_points = {'pytest11' : ['django = pytest_django.plugin' ]})
You can’t perform that action at this time.
0 commit comments