Skip to content

Commit a73b7fa

Browse files
committed
Tweak readme.
1 parent 3967dbf commit a73b7fa

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.rst

+4-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ pytest-asyncio: pytest support for asyncio
77
:target: https://travis-ci.org/pytest-dev/pytest-asyncio
88
.. image:: https://coveralls.io/repos/pytest-dev/pytest-asyncio/badge.svg
99
:target: https://coveralls.io/r/pytest-dev/pytest-asyncio
10+
.. image:: https://img.shields.io/pypi/pyversions/cattrs.svg
11+
:target: https://github.com/Tinche/cattrs
12+
:alt: Supported Python versions
1013

1114
pytest-asyncio is an Apache2 licensed library, written in Python, for testing
1215
asyncio code with pytest.
@@ -175,7 +178,7 @@ Changelog
175178

176179
0.9.0 (UNRELEASED)
177180
~~~~~~~~~~~~~~~~~~
178-
- Python 3.7 support
181+
- Python 3.7 support.
179182
- Remove ``event_loop_process_pool`` fixture and
180183
``pytest.mark.asyncio_process_pool`` marker (see
181184
https://bugs.python.org/issue34075 for deprecation and removal details)

0 commit comments

Comments
 (0)