Skip to content

Commit 3c48bf7

Browse files
committed
require 3.5.3
1 parent a0be205 commit 3c48bf7

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

docs/source/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ the ``asyncio`` event loop. ``trio_asyncio`` no longer supports this.
3535
Helpful facts:
3636

3737
* Supported environments: Linux, MacOS, or Windows running some kind of Python
38-
3.5-or-better (either CPython or PyPy3 is fine). \*BSD and illumus likely
38+
3.5.3-or-better (either CPython or PyPy3 is fine). \*BSD and illumus likely
3939
work too, but are untested.
4040

4141
* Install: ``python3 -m pip install -U trio-asyncio`` (or on Windows, maybe

newsfragments/33.bugfix.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
The test suite requires Python 3.6.
2+
3+
:mod:`trio_asyncio` itself requires Python 3.5.3.

0 commit comments

Comments
 (0)