Skip to content

Commit cc1cc6f

Browse files
authored
Add Python 2 plans to readme
1 parent c4691e5 commit cc1cc6f

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.rst

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,19 @@ pytest-twisted is a plugin for pytest, which allows to test code,
1717
which uses the twisted framework. test functions can return Deferred
1818
objects and pytest will wait for their completion with this plugin.
1919

20+
21+
Python 2 Plans
22+
==================
23+
24+
At some point it may become impractical to retain Python 2 support.
25+
Given the small size and very low amount of development it seems
26+
likely that this will not be a near term issue. While I personally
27+
have no need for Python 2 support I try to err on the side of being
28+
helpful so support will not be explicitly removed. If issues are
29+
reported and neither myself nor the community have time to resolve
30+
them then options will have to be considered.
31+
32+
2033
Installation
2134
==================
2235
Install the plugin with::

0 commit comments

Comments
 (0)