We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0be205 commit 3c48bf7Copy full SHA for 3c48bf7
2 files changed
docs/source/index.rst
@@ -35,7 +35,7 @@ the ``asyncio`` event loop. ``trio_asyncio`` no longer supports this.
35
Helpful facts:
36
37
* 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
+ 3.5.3-or-better (either CPython or PyPy3 is fine). \*BSD and illumus likely
39
work too, but are untested.
40
41
* Install: ``python3 -m pip install -U trio-asyncio`` (or on Windows, maybe
newsfragments/33.bugfix.rst
@@ -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