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
1919 <https://pytest-django.readthedocs.io/en/latest/contributing.html> `_
2020* Version compatibility:
2121
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
2424 * pytest: >2.9.x
2525
2626* Licence: BSD
Original file line number Diff line number Diff line change @@ -42,6 +42,7 @@ def read(fname):
4242 'Programming Language :: Python :: 3.3' ,
4343 'Programming Language :: Python :: 3.4' ,
4444 'Programming Language :: Python :: 3.5' ,
45+ 'Programming Language :: Python :: 3.6' ,
4546 ],
4647 # the following makes a plugin available to pytest
4748 entry_points = {'pytest11' : ['django = pytest_django.plugin' ]})
You can’t perform that action at this time.
0 commit comments