Skip to content

Commit 109cceb

Browse files
michael-kblueyed
authored andcommitted
Add support for py36 and Django 1.11 to readme/classifiers (#498)
1 parent 21492af commit 109cceb

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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']})

0 commit comments

Comments
 (0)