Skip to content

Commit 842c7e5

Browse files
committed
Update supported versions in README
1 parent bffef00 commit 842c7e5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
.. |versions| image:: https://img.shields.io/pypi/pyversions/django_coverage_plugin.svg
1515
:target: https://pypi.python.org/pypi/django_coverage_plugin
1616
:alt: Supported Python Versions
17-
.. |djversions| image:: https://img.shields.io/badge/Django-1.8%20%7C%201.11%20%7C%202.0%20%7C%202.1-44b78b.svg
17+
.. |djversions| image:: https://img.shields.io/badge/Django-1.8%20%7C%201.11%20%7C%202.0%20%7C%202.1%20%7C%202.2%20%7C%203.0-44b78b.svg
1818
:target: https://pypi.python.org/pypi/django_coverage_plugin
1919
:alt: Supported Django Versions
2020

@@ -26,9 +26,9 @@ Django Template Coverage.py Plugin
2626

2727
A `coverage.py`_ plugin to measure test coverage of Django templates.
2828

29-
Supported Python versions: 2.7, 3.4, 3.5 and 3.6.
29+
Supported Python versions: 2.7, 3.4, 3.5, 3.6, 3.7 and 3.8.
3030

31-
Supported Django versions: 1.8, 1.11, 2.0, and 2.1.
31+
Supported Django versions: 1.8, 1.11, 2.0, 2.1, 2.2 and 3.0.
3232

3333
Supported coverage.py versions are 4.0 and higher.
3434

0 commit comments

Comments
 (0)